Help for this page

Select Code to Download


  1. or download this
    sub foo {
      my $hashref = shift;
    ...
        frobnicate( $key, $value );
      }
    }
    
  2. or download this
    sub foo {
      my $hashref = shift;
    ...
        frobnicate( $key, $value );
      }
    }