On Wed, Oct 11, 2006 at 03:35:03PM +0400, Mazhar wrote:

> 1. If i run the code /scripts/xxx.pl i get the below error...
> 
> >>>interpreter "/usr/bin/perl" not found
>       sh: /scripts/xxx.pl:  not found.

So it would appear that this is not where perl is found on your system.
You need to put the correct path to perl on the shebang line.  Probably
"which perl" will tell you that.

-- 
Paul Johnson - [EMAIL PROTECTED]
http://www.pjcj.net

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to