|
|
| There's more than one way to do things | |
| PerlMonks |
Re^3: junior application developerby whakka (Hermit) |
| on Apr 30, 2009 at 01:52 UTC ( #761020=note: print w/ replies, xml ) | Need Help?? |
|
You shouldn't need to use PBP for one-liners - that defeats the point. And if you're so worried about it, shouldn't you also be using strict and warnings? In that case, you would see the compilation error Bareword "no_match_vars" not allowed while "strict subs" in use at ... promptly fix it with use English qw( -no_match_vars ) and be on your merry way. :) Update - added the qw (thanks moritz).
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||