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>);
"Perl makes the fun jobs fun
and the boring jobs bearable" - me
|
---|