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