|
|
| Just another Perl shrine | |
| PerlMonks |
Re: = rather than =~ ?by SavannahLion (Pilgrim) |
| on Jan 02, 2004 at 07:09 UTC ( #318254=note: print w/ replies, xml ) | Need Help?? |
|
I just wanted to say thank you for pointing something like that that is so fundamentally important. After reading your example and better understanding how $1 behaved, I went back and took a careful look over some source code. There were three distinct sections where I made that error. After I examined the code logic, there was indeed one circumstance where, if the match failed, then there was a potential for $1 to be exposed. (The other two are wrapped in if statements.) Fortunately, I took to reading PerlMonks on a regular basis and happened to read this post before the code went, "live." There's no way I can give all of my daily allocated points to just the people in this thread, but if I could, I would. ----
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||