http://qs321.pair.com?node_id=367552


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

What about
my $text = qq~Hello hehe.~;
? It makes me shiver.

--
tune

Replies are listed 'Best First'.
Re^2: The most annoying common way to get a string literal in Perl is...
by saskaqueer (Friar) on Jun 17, 2004 at 10:44 UTC

    That would fall under the category of 'unmixed doubles' :)