in reply to The most annoying common way to get a string literal in Perl is...
Oh, it's the time of year again for Wimbledon :).
On a serious note, what gets me are long string literals that wrap 80 columns, and string literals that contain newlines rather than "\n". The long strings should be broken down using concatenation with '.', and multi line strings should use here docs or "\n".
--
I'm Not Just Another Perl Hacker
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: The most annoying common way to get a string literal in Perl is...
by BUU (Prior) on Jun 25, 2004 at 12:02 UTC |