Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    for my $hashref (@AoH) {
        print "$_ => $$hashref{$_}\n" for (keys %$hashref);
    }
    
  2. or download this
    $ perl  aoh.pl
    c => c1
    ...
    h => h1
    g => g1
    i => i1