in reply to Re: The most annoying common way to get a string literal in Perl is...
in thread The most annoying common way to get a string literal in Perl is...

Eh, Why? Whats wrong with:
my $var = " stuff stuff more stuff yet more stuff? amazing stuf";
?

( Granted I probably just prefer that because my brain dead editor can't highlight here-docs..)
  • Comment on Re^2: The most annoying common way to get a string literal in Perl is...
  • Download Code