Help for this page

Select Code to Download


  1. or download this
    package MyLib;
    
    ...
    {
      # use $MyLibrarysGlobalCallStackInformation here
    }
    
  2. or download this
    package MyLib;
    
    ...
      my ($somedata) = @_;
      # use $somedata here
    }
    
  3. or download this
    package MyLib;
    
    ...
       .. # we got there from myfunc1
      }
    }