> from a casual glance, i'd say the 1st escaping backslash should not have a 
> space after it (you want to escape the double quote, not the space).
> 
try this instead. a little easier to read, and less error prone.

c:\> perl -w -e "print qq( Hello, World!\n ); " 

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to