Help for this page

Select Code to Download


  1. or download this
    foreach( keys %hash2 ){
    
    ...
          print "$_ = ",$hash2{$_}*$hash1{$_},"\n";
       }
    }
    
  2. or download this
    my %hash = (
        dog => 11,
        budgie => 1,
       #...
    )