At 10:04 PM 7/29/01 -0500, Mike Rodgers wrote: >Here's what I tried: > > open(MAIL, "|pmiker\@localhost"); You probably do not have a program called pmiker@localhost in your path. If you do, I doubt that its action is to send email. > print MAIL "bad news: $somename guessed $someguess\n"; > close(MAIL); > >I had the pipe in the code but left it out of my email. The above also >does not work. Do 'perldoc -q "send mail"' -- Peter Scott Pacific Systems Design Technologies http://www.perldebugged.com -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]