Help for this page

Select Code to Download


  1. or download this
    package Library.pm
    $output = Library::subroutine($variable)
    
  2. or download this
    sub subroutine {
          $variable = shift
          $variable = changingthedata($variable) 
          return $variable
    }