Help for this page

Select Code to Download


  1. or download this
    myroutine(%hash);
    
  2. or download this
    %hash = (
        'alpha' => 'alpher',
    ...
    sub myroutine {
    print shift, "\n";
    }