Help for this page

Select Code to Download


  1. or download this
    while( my ( $outkey, $href ) = each %HoH )
    {
        foreach my $inkey ( sort { $a <=> $b } keys %{ $href } )
        {
            # do stuff here
    
  2. or download this
        my @inkeys = map
                     {
    ...
                        # original key name, return the array ref
                        [ $alf, $num, $_ ];
                     } keys %{ $href };