On Aug 15, 2005, at 11:17 AM, Kripa Sundar wrote:
> I asked him to re-write it as:
>
> system("cat $somefile | mail -s '$something' $audience");
Which of course should really be written as:
system("mail -s '$something' '$audience' < $somefile");
_______________________________________________
Boston-pm mailing list
[email protected]
http://mail.pm.org/mailman/listinfo/boston-pm

