Stegalex has asked for the wisdom of the Perl Monks concerning the following question:
open (MAIL,"|/usr/lib/sendmail -oi -t") or die "can't fork sendmail: $!"; print MAIL $mailvar or die "\nCan not print to MAIL\n"; close(MAIL) or die "\nCan not close MAIL\n";
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: sending mail to hotmail.com
by lshatzer (Friar) on Jul 06, 2001 at 22:08 UTC | |
|
Re: sending mail to hotmail.com
by tachyon (Chancellor) on Jul 06, 2001 at 22:13 UTC | |
|
Re: sending mail to hotmail.com
by arhuman (Vicar) on Jul 06, 2001 at 21:56 UTC |