Help for this page

Select Code to Download


  1. or download this
    # WRONG
    %HOH = [ ... ];
    
  2. or download this
    #!/usr/bin/perl
    use warnings;
    ...
        push @{ $HoH2{ $hash->{person} }{ $hash->{age} } }, @{ $hash->{pos
    +session} };
    }
    print Dumper \%HoH2;