|
|
|
Clear questions and runnable code get the best and fastest answer |
|
| PerlMonks |
Re^2: undefing *foo{CODE} does not fully workby ikegami (Pope) |
| on Apr 13, 2006 at 05:03 UTC ( #543001=note: print w/ replies, xml ) | Need Help?? |
|
While that and works, it also undefines @foo, %foo, etc. It seems to me that the OP is trying to undefined &foo specifically. Other working solutions with the same caveat:
and
and
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||