> perl -e 'print "Hello World!\n"'

> "Can't find string terminator "'" anywhere before EOF at -e line 1."

> Question is - How does anyone do substantive one-liners in Windows?

perl -e "print qq{Hello World!\n}"

--
  Simon Oliver
_______________________________________________
Perl-Win32-Users mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to