First,

        You're writing to a Win32 (Read: Windows) mailing list. =)

Second,

        You're either missing or misspelling the path to the perl
interpreter as your first line in every script.  Your first line should
always be:
-----------------
#!/usr/bin/perl     (or whatever the path is to your perl binary)
----------------- 

Hope this helps.

Bill Ng

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of
bruce
Sent: Tuesday, April 18, 2006 3:22 PM
To: Perl-Win32-Users@listserv.ActiveState.com
Subject: running a perl app

hi..

using linux. when i do "perl foo.pl" everything works ok. when i do
"./foo.pl" i get errors.. i've set the exe bit "chmod 775 foo.pl"...

any idea as to what's going on...

thanks

-bruce

_______________________________________________
Perl-Win32-Users mailing list
Perl-Win32-Users@listserv.ActiveState.com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to