Help for this page

Select Code to Download


  1. or download this
    $myhash{$key}->($value1, $value2)
    
  2. or download this
    foreach $key (%$ref){
        ($value1, $value2)= @$ref{$key}
        ##do something...
    }
    
  3. or download this
    mysub($ref);
    
    ...
            ##do something...
        }
    }