in reply to
Re: Package level scope callbacks.
in thread
Package level scope callbacks.
You can fix the
caller
issue by calling the original subroutine with
goto &$org_sub;
Comment on
Re^2: Package level scope callbacks.
Download
Code
In Section
Seekers of Perl Wisdom