Net::HTTPTunnel.pm

2002-01-11 Thread timothy mccarthy
Hi- I was wondering if anyone had an example of usage for the Net::HTTPTunnel module. I can not quite get this module to work for me and I'm thinking if I saw a successful usage I would be able to use it... Thanks!! __ Do You Yahoo!? Send FREE v

Re: passing variables in EMAIL

2001-12-26 Thread timothy mccarthy
I always like to use the Mail::Mailer module instead... # use Mail::Mailer; $mailer = Mail::Mailer->new("sendmail"); $mailer->open({ From=> $from_address, To => $to_address, Subject => $subject,