Help for this page

Select Code to Download


  1. or download this
    use myperl;
    $myresult=getInfo($myscalar, %myhash)
    
  2. or download this
    package myperl;
    
    ...
      my %thehash=shift;
      ...etc...
    }