Help for this page

Select Code to Download


  1. or download this
    push @{$hash{$key}}, $value
    
  2. or download this
    foreach my $key (keys %hash) {
       print "$key =>\n"
    ...
          print "\t$thing\n";
       }
    }