![]() |
|
Perl Monk, Perl Meditation | |
PerlMonks |
Re^2: strict or not strict?by Tanalis (Curate) |
on Aug 19, 2005 at 14:08 UTC ( #485140=note: print w/replies, xml ) | Need Help?? |
*grin*
Interestingly, in the two versions of Perl that I have access to here, 5.004_04 and 5.6.1, this snippet outputs bb. Notice the lack of my, and the lack of use strict; - it only works without strictness, which I guess was the point of the OP's question about turning off strict vars. It's not a good thing to do, admittedly - though it would seem to be valid syntax, at least historically. -- Foxcub
Updates to add a few words so that the post makes a little more sense. Update 2: Just noticed that my $$_ appears in both the OP and in Fletch's reply. Doh. Fletch is right, of course, my $$_ = $_ isn't valid syntax.
In Section
Seekers of Perl Wisdom
|
|