Hey A,

My MUA believes you used (X-Mailer not set)
to write the following on Tuesday, June 18, 2002 at 9:55:51 AM.

AT> Hi

>>what happens when you try to run a script from commmand line? is the perl
>>executable in your path?

AT> No - the error I get is:
AT> example.pl is not recognised as an internal or external command,
AT> operable program or batch file

This is telling you that you don't have .pl associated as an
executable file. I am guessing you need to add .pl to the PATHEXT
environment variable.

AT> How to I make D:\Perl\bin part of my path ?????

first I would check to see if it is in your path.  at a cmd prompt
type  'perl -v'  to get the version.  I expect this will work.

-- 
[EMAIL PROTECTED]
MUA = TB! v1.60q (www.RitLabs.com/The_Bat)
Windows 2000 5.0.2195 (Service Pack 2)
Why doesn't glue stick to the inside of the bottle?


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

Reply via email to