Help for this page
package MyLib; ... { # use $MyLibrarysGlobalCallStackInformation here }
package MyLib; ... my ($somedata) = @_; # use $somedata here }
package MyLib; ... .. # we got there from myfunc1 } }