RE: perl command line not working

2003-01-07 Thread Paul Kraus
are your running your apps with Perl as the command. Perl myscript.pl > -Original Message- > From: Patricia Hinman [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, January 07, 2003 11:37 AM > To: [EMAIL PROTECTED] > Subject: perl command line not working > > > I&

RE: perl command line not working

2003-01-07 Thread Dan Muey
ricia Hinman [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 07, 2003 10:37 AM To: [EMAIL PROTECTED] Subject: perl command line not working I've intstalled the binary distribution for Win32 of Perl 5.8.0 and Apache 2.0.43, together with mod_perl-1.99_08-dev. I have 2 questions. 1. Why d

perl command line not working

2003-01-07 Thread Patricia Hinman
I've intstalled the binary distribution for Win32 of Perl 5.8.0 and Apache 2.0.43, together with mod_perl-1.99_08-dev. I have 2 questions. 1. Why does Apache start up while booting? 2. Why can't I use perl at msdos prompt? This is in my path variables: PATH=C:\Perl\bin\; CLASSPATH=C:\Perl\

Re: using perl-command line not working

2001-11-20 Thread Martin Pfeffer
you must escape " this will work: perl -e "print \"@inc\";" by martin Moulas, Lionel wrote: > 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 E

RE: using perl-command line not working

2001-11-19 Thread Wagner-David
From: Moulas, Lionel [mailto:[EMAIL PROTECTED]] Sent: Monday, November 19, 2001 09:15 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&

RE: using perl-command line not working

2001-11-19 Thread Bob Showalter
> -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

using perl-command line not working

2001-11-19 Thread Moulas, Lionel
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. I`m using Win NT, ActivePerl 5.6.1.629. I haven`t used Perl for months, I feel I have a lot t