If you mean perl, yes it does exist as an executable. When I type perl -v it comes back with the version number of perl installed.
Ron -----Original Message----- From: Matt Kettler [mailto:[EMAIL PROTECTED] Sent: Thursday, August 19, 2004 11:27 AM To: Ronald I. Nutter; [EMAIL PROTECTED] Subject: Re: Mailgrep perl script problem At 11:17 AM 8/19/2004, Ronald I. Nutter wrote: >[EMAIL PROTECTED] bin]# mailgrep.pl >: bad interpreter: No such file or directory >[EMAIL PROTECTED] bin]# > >I looked at the script and nothing stands out as a problem. > >Suggestions Look at the shebang at the top of the file. i.e.: #! /usr/bin/perl Does that file exist as an executable?
