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:
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: $!";
>
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