in reply to Re^4: Get the name of the calling script in a module function
in thread Get the name of the calling script in a module function

Do you know of a cheatsheet of all the those cryptic variables?
Yep, perlvar. If you have perl installed on your machine, you should be able to just type perldoc perlvar at a command line prompt.

Replies are listed 'Best First'.
Re^6: Get the name of the calling script in a module function
by SkipHuffman (Monk) on Oct 05, 2005 at 16:40 UTC

    Much appreciated.

    Skip