Perl: the Markov chain saw | |
PerlMonks |
Re: Avoid using local $/=undef?by markkawika (Monk) |
on Nov 13, 2009 at 00:39 UTC ( [id://806840]=note: print w/replies, xml ) | Need Help?? |
I know I'm a bit late to the party, but I'd like to recommend not using $/ as the variable name. If you use English; at the beginning of your program, you can change all occurrances of $/ to $INPUT_RECORD_SEPARATOR which is far more readable.
In Section
Seekers of Perl Wisdom
|
|