Help for this page

Select Code to Download


  1. or download this
    %sample = ( location => .somedata.);
    
  2. or download this
    foreach $key (keys %sample) {
       &$key($sample{$key})  if ($key <is a valid name of a subroutine>);
    }