From owner-freebsd-questions Tue Apr 25 1:37: 2 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail.ev1.net (webmail1.ev1.net [207.218.192.14]) by hub.freebsd.org (Postfix) with ESMTP id 68B1B37BCA5 for ; Tue, 25 Apr 2000 01:36:49 -0700 (PDT) (envelope-from hawk76@mail.ev1.net) Date: Tue, 25 Apr 2000 03:36:17 -0500 Message-Id: <200004250336.AA866386238@mail.ev1.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii From: " Vodyanoi" Reply-To: To: "Vodyanoi.geo" , Marc Silver Cc: FreeBSD Questions Subject: Re: Problems with perl script X-Mailer: Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG thank you, Did that and it gave me the same path. checked and that's the only path for perl5. ---------- Original Message ---------------------------------- From: Marc Silver Date: Tue, 25 Apr 2000 10:27:55 +0200 >Strange. The default path for perl in FreeBSD is /usr/bin. So your >first line should look: > >#!/usr/bin/perl > >Try use the which(1) command to find out where your perl is. :) > >Hope this helps. >Cheers, >Marc > > >On Tue, Apr 25, 2000 at 01:22:35AM -0700, Vodyanoi.geo wrote: >> I have a perl script and any time i tried to run it it >> returns the error "bash: /usr/local/bin/test.pl: no >> such file or directory" >> but the file is there and i've checked and I am the >> owner of the file and the permisions are set for owner >> to have full (read write, and exec) and group to have >> read/write and world none. >> any ideas on what would cause this to happen? I've >> checked and the shebang (#!/usr/sbin/perl5) is correct >> (well the path is at least). >> >> __________________________________________________ >> Do You Yahoo!? >> Send online invitations with Yahoo! Invites. >> http://invites.yahoo.com >> >> >> To Unsubscribe: send mail to majordomo@FreeBSD.org >> with "unsubscribe freebsd-questions" in the body of the message > >-- >Lovers don't finally meet somewhere, >They're in each other all along... > > >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message