> Right now I am using sendmail in the following way: > > open (MAIL, "|/usr/sbin/sendmail -t") || return 0; > > But, I would like to send attachments, what is the best way > of doing this?
I had to do this just yesterday. Here's what I found: http://perl.about.com/library/weekly/aa042302a.htm Excellent tutorial. Luke -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]