Help for this page

Select Code to Download


  1. or download this
    use strict;
    
    ...
                                                @#####.##
                                                $total
    .
    
  2. or download this
    my %ytd = (
        foo => { d => [1,2], c => [3,4] },
    ...
        baz => { d => [9,1], c => [2,3] },
        qux => { d => [4,5], c => [2,4] },
    );