The Weekly Challenge sent out by Mohammad S. Anwar provides two tasks weekly for coding solutions, written in Python and then converted to Perl.
Task 1: String Format - Solutions involve formatting a string by removing dashes from groups of a given size separated by dashes.
Task 2: Rank Array - Solutions entail returning an array of ranks for each element, where the lowest value has rank 1 and duplicates share the same rank.