in reply to
Re: Module caller
in thread
Module caller
print __PACKAGE__, ' called from ', (caller)
1
, ".\n"; Worked perfect! Its exactly what I was looking for. Thanks!
Comment on
Re^2: Module caller
In Section
Seekers of Perl Wisdom