On 10/11/06, Paul Johnson <[EMAIL PROTECTED]> wrote:

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

Hi Paul,

i have added /usr/bin/perl in my code and the ouptput of the command which
perl is also "/usr/bin/perl"

Regards
Mazhar

Reply via email to