Help for this page

Select Code to Download


  1. or download this
    $VAR1 = {
      '99155' => {
    ...
                            ]
                     }
    };
    
  2. or download this
    for my $outerkey (keys %hash) { 
        for my $innerkey (keys $hash{$outerkey}) { 
    ...
           push( @{ $hash{$outerkey}{$innerkey} }, @array);
        } 
    }