Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
It gives the following error...#!/path/to/perl -w open LIST,"/path/to/file/sorted" or die "/path/to/file/sorted: $!"; open(SENDMAIL, "|/usr/lib/sendmail -oi -t") or die "Died: $!"; format SENDMAIL = From: Me < Me\@example.com > To: You < You\@example.com > Subj: Status of test Thank you, Me UNIX System Administrator rebel and asic domains . write SENDMAIL ;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: format + mail
by blakem (Monsignor) on Sep 06, 2001 at 21:55 UTC | |
|
Re: format + mail
by runrig (Abbot) on Sep 06, 2001 at 22:29 UTC |