Help for this page

Select Code to Download


  1. or download this
    my ($name, $address, $other, $info, $here) = getinfo();
    ...
    ...
    }
    
    ...
    
  2. or download this
    my @vars;
    sub routine_A
    ...
     print $address;
    }