Sending HTML files via mail

2008-06-25 Thread btna
Type=> 'multipart/mixed', ); $msg->send(); I get an error about the "Data". How can I specify the HTMP file which I will pass as an argument to this script? Thanks for any assistance, BTNA -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/

Sending HTML files via e-mail

2008-06-24 Thread btna
>send(); I am not sure how to make the $filename which is the HTML file passed to the script so it gets sent as part of the body of the e-mail. Any help would be appreciate it. Thanks, BTNA -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/

How to replace one line in a text file with Perl?

2008-03-26 Thread btna
t". I need to preserve the line /tmp/dst/file2 plus the others that start with */test Any ideas on how to do this with perl? Thanks, BTNA -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/