Here's what I tried:
open(MAIL, "|pmiker\@localhost");
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.
Mike
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
