From owner-freebsd-questions Tue Apr 25 1:49:38 2000 Delivered-To: freebsd-questions@freebsd.org Received: from starbug.ugh.net.au (starbug.ugh.net.au [203.31.238.37]) by hub.freebsd.org (Postfix) with ESMTP id 4EB6A37BCFB for ; Tue, 25 Apr 2000 01:49:34 -0700 (PDT) (envelope-from andrew@ugh.net.au) Received: by starbug.ugh.net.au (Postfix, from userid 1000) id 6721FA831; Tue, 25 Apr 2000 18:49:54 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by starbug.ugh.net.au (Postfix) with ESMTP id 60F4A540E; Tue, 25 Apr 2000 18:49:54 +1000 (EST) Date: Tue, 25 Apr 2000 18:49:54 +1000 (EST) From: andrew@ugh.net.au To: "Vodyanoi.geo" Cc: hou-freebsd@cityscope.net, freebsd-questions@FreeBSD.org Subject: Re: Problems with perl script In-Reply-To: <20000425082235.1942.qmail@web3003.mail.yahoo.com> Message-ID: X-WonK: *wibble* MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, 25 Apr 2000, 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" Make sure the first line is #!/usr/bin/perl or whatever the path to perl is on your system. > checked and the shebang (#!/usr/sbin/perl5) is correct > (well the path is at least). So if you type /usr/sbin/perl5 -v you get the version of perl? Its not a sym link to something non existant is it? Andrew To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message