Help for this page

Select Code to Download


  1. or download this
    sub execSubroutine
    {
        my $sub = shift;
    ...
        # Otherwise return a scalar
        return $rval;
    }
    
  2. or download this
    sub execSubroutine
    {
    ...
        # Otherwise return a scalar
        return $rval;
    }