From: "Paul Harwood" <[EMAIL PROTECTED]>
> I am trying to learn the best way to send HTML formatted reports via
> e-mail using the standard modules that come with Perl 5.8. The
> examples I have seen assign blocks of HTML code to scalars and pass
> them to the NET::SMTP datasend() method etc. I wa
--As off Sunday, January 25, 2004 5:30 PM -0800, Paul Harwood is
alleged to have said:
I am trying to learn the best way to send HTML formatted reports via
e-mail using the standard modules that come with Perl 5.8. The
examples I have seen assign blocks of HTML code to scalars and
pass them to t
> "Paul" == Paul Harwood <[EMAIL PROTECTED]> writes:
Paul> I am trying to learn the best way to send HTML formatted reports via
Paul> e-mail using the standard modules that come with Perl 5.8. The examples
Paul> I have seen assign blocks of HTML code to scalars and pass them to the
Paul> NET:
I am trying to learn the best way to send HTML formatted reports via
e-mail using the standard modules that come with Perl 5.8. The examples
I have seen assign blocks of HTML code to scalars and pass them to the
NET::SMTP datasend() method etc. I was wondering if there was a better,
more efficient