RE: format + sendmail

2001-09-06 Thread Bill Odom
John_Kennedy [mailto:[EMAIL PROTECTED]] wrote: > I have the following script (simplified) > > #!/path/to/perl -w > open LIST,"/path/to/data" or die "/path/to/data: $!"; > open(SENDMAIL, "|/usr/lib/sendmail -oi -t") or die "Unable to > fork:

Re: format + sendmail

2001-09-06 Thread Brett W. McCoy
On Thu, 6 Sep 2001, John_Kennedy wrote: > I have the following script (simplified) > > #!/path/to/perl -w > open LIST,"/path/to/data" or die "/path/to/data: $!"; > open(SENDMAIL, "|/usr/lib/sendmail -oi -t") or die "Unable to fork: $!"; >

format + sendmail

2001-09-06 Thread John_Kennedy
I have the following script (simplified) #!/path/to/perl -w open LIST,"/path/to/data" or die "/path/to/data: $!"; open(SENDMAIL, "|/usr/lib/sendmail -oi -t") or die "Unable to fork: $!"; format SENDMAIL= From: Me <[EMAIL PROTECTED]> To: You <[E