> I am unable to execute a statement like --   perl -e '<perl code>' --
> I always get this response: Can't find string terminator "'" 
> anywhere before 
> EOF at -e line 1.

>From the command line, use " " to quote your code and qq() or q() as
quotes inside your code:

c:\>perl -e"print qq(Hello\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