Help for this page

Select Code to Download


  1. or download this
        print $value = $hash{$key};
    
  2. or download this
        $value = $hash{$key};
    
  3. or download this
        print "fruit: $key is $hash{$key}\n\n";