On 2004-08-19 11:17, Ronald I. Nutter wrote: > When trying to run the mailgrep.pl script, I get the following error - > > [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 ?
Try invoking it as: ./mailgrep.pl I think this is a shell issue and has something to do with . in your $PATH Or perhaps the shebang line has DOS line endings (\r\n) and you're on a unixy system? -- Glenn Jackman NCF Sysadmin [EMAIL PROTECTED]
