|
|
|
Your skill will accomplish what the force of many cannot |
|
| PerlMonks |
Re: Overriding CORE::GLOBAL::warn/dieby chromatic (Archbishop) |
| on Sep 21, 2012 at 18:35 UTC ( #994970=note: print w/ replies, xml ) | Need Help?? |
|
By the time Perl compiles the use warn; statement, it's already decided that the first warn refers to the builtin warn. Perl won't go back and recompile code it's already compiled when you override a keyword (that's not possible in some cases).
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||||