![]() |
|
The stupid question is the question not asked | |
PerlMonks |
Re: change perl function in runtimeby LanX (Saint) |
on Dec 03, 2012 at 15:19 UTC ( [id://1006894]=note: print w/replies, xml ) | Need Help?? |
You need *globs to manipulate symbol table entries like package functions! ( see perlmod and perlsub) Something like this should do
if you want to explicitly reset &x try to store the old coderef before.
Cheers Rolf
In Section
Seekers of Perl Wisdom
|
|