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


in reply to Re: Double Quotes
in thread how to put double quotes inside strings? (was: Double Quoutes)

Or, of course, you can use alternative quoting operators to remove the need to use ugly escaping characters.

print qq(a href="http://www.perlmonks.org">Perlmonks</a>);
--
<http://www.dave.org.uk>

"Perl makes the fun jobs fun
and the boring jobs bearable" - me