Help for this page

Select Code to Download


  1. or download this
    $hr->{'foo'}='bar';
    
    ...
     # Various stuff would happen here.
     return ($baz);
    }
    
  2. or download this
    $hr->{'foo'}='bar';
    
    ...
     # Various stuff would happen here.
     return ($baz);
    }