Help for this page

Select Code to Download


  1. or download this
    sub foo {
      my $hash_ref = shift;
      print "$_\n" for values %$hash_ref;
    }
    
  2. or download this
    sub foo {
      my $hash_ref = shift;
    ...
        # do something with $key and $val
      }
    }