Help for this page

Select Code to Download


  1. or download this
    $foo = Whaterverlib::pmfile::nameoffunction($sent);
    
  2. or download this
    sub nameoffucntion {
        my $recieved = shift;
    ...
     
        return $value;
    }