Help for this page

Select Code to Download


  1. or download this
    my %hash_of_hash_of_arrays = (
              'key' => {
    ...
                                        ]
                       }
            );
    
  2. or download this
    foreach my $outerkey (keys %hash_of_hash_of_arrays) {
      print "'$outerkey'";
    ...
        }
      }
    }