Help for this page

Select Code to Download


  1. or download this
    my %hash = (jan => [january, '01'], feb => [february, '02'], mar => [m
    +arch, '03']);
    
    ...
            &{$code_ref} ($data_ref);
        }
    }
    
  2. or download this
    $ perl   walk_HoA.pl
    february
    02
    ...
    01
    march
    03