http://www.perlmonks.org?node_id=369596


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..)