Re: starting perl

2004-05-03 Thread Thomas S. Dixon
Sounds to me like your OS doesn't know where the perl executable is. Try running with c:\perl\bin\perl instead of just perl. -tommy Charlie davis wrote: From what I can remember I am running MSDOS version 6.0 (I thank) and the version of perl is perl 5.8 But when I type what it says in the boo

perl.beginners.cgi Weekly list FAQ posting

2004-05-03 Thread casey
NAME beginners-faq - FAQ for the beginners-cgi mailing list 1 - Administriva 1.1 - I'm not subscribed - how do I subscribe? Send mail to <[EMAIL PROTECTED]> You can also specify your subscription email address by sending email to (assuming [EMAIL PROTECTED] is your email addres

Re: starting perl

2004-05-03 Thread jon
> 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: [E

Re: starting perl

2004-05-03 Thread fliptop
On Sun, 2 May 2004 at 15:00, Charlie davis opined: Cd:But when I type what it says in the book I am getting an error Cd:messagethat states that I have entered a bad command or filename what I Cd:am entering is c:\> perl -w -e "print \ "Hello, World!\n\";" And then I Cd:get the error message. Cd: C