Help for this page

Select Code to Download


  1. or download this
    for my $week ( map { $_->[0] }
                   sort { $a->[1] <=> $b->[1] || $a->[2] <=> $b->[2] }
    ...
                 ) {
        # ...
    }
    
  2. or download this
    for my $key ( keys %IssuesByWeek ) {
        # New key in format of YYYY-MM-DD
        $IssuesByWeek{ get_sunday( $key ) } = delete $IssuesByWeek{ $key }
    +;
    }
    
  3. or download this
    #!/usr/bin/perl
    use strict;
    ...
        }
        return @top;
    }