Help for this page

Select Code to Download


  1. or download this
    my %drink;
    # other attribute hashes
    ...
          $hashref->{$key} = $value;
       }
    }
    
  2. or download this
    set('larry', 'drink', 'Old Speckled Hen');
    
  3. or download this
    print "$drink{$key}\n";