Help for this page

Select Code to Download


  1. or download this
    my %dow = (qw(
      Sunday    0
    ...
    # ...
    
      $dow{$a[7]} <=> $dow{$b[7]}
    
  2. or download this
    my @out =
        map { (split /%/)[2] }
    ...
        }
        @in
    ;