> -----Original Message-----
> From: Moulas, Lionel [mailto:[EMAIL PROTECTED]]
> Sent: Monday, November 19, 2001 12:15 PM
> To: '[EMAIL PROTECTED]'
> Subject: using perl-command line not working
> 
> 
> Hi.
> First post here, simple question.
> 
> Trying, under the msdos command line (WinNT, "cmd"), 
> perl -e ' print "@INC"'
> 
> I get the message 
> Can't find string terminator "'" anywhere before EOF at -e line 1.

Windoze has a brain-dead shell. Try something like this:

   perl -e "print qq[@INC]"

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to