![]() |
|
XP is just a number | |
PerlMonks |
Re^2: What is this doing, and why is this a good method of doing it?by Anonymous Monk |
on Jul 25, 2005 at 12:36 UTC ( #477784=note: print w/replies, xml ) | Need Help?? |
The difference is that here the defined sub has use strict 'refs' in effect, while in Japhy's original code, the defined sub has ref strictness in effect if, and only if, ref strictness is in effect just before the for loop.
In Section
Obfuscated Code
|
|