Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/env perl
    my (@months) = qw(Mar13 Jun13 Jul13 Apr13 );
    ...
    @months = ( sort by_month @months );
    
    print "@months\n";
    
  2. or download this
    Mar13 Jun13 Jul13 Apr13