Re: [Perl-unix-users] Catching error from MIME::Lite

2005-10-26 Thread $Bill Luebkert
Jason Vincent wrote: > Hello, > > I am sending html formatted email using MIME::Lite. I am > looking for a way of providing backup smtp mail servers to the send > function in case the specified smtp server is not available. However, > if the smtp server supplied is not valid or not avail

[Perl-unix-users] Catching error from MIME::Lite

2005-10-26 Thread Jason Vincent
Title: Catching error from MIME::Lite Hello,     I am sending html formatted email using MIME::Lite.  I am looking for a way of providing backup smtp mail servers to the send function in case the specified smtp server is not available.  However, if the smtp server supplied is not valid

[Perl-unix-users] how to speed up perl script load...

2005-10-26 Thread eyal edri
bill luebkert wrote: You can add more instances of the line above through your code and see where any large delays are.  Or you could check out profiling your code with -D:Dprof switch and run .../perl/bin/dprofpp.bat to see results.  I've run the Profiling using: perl -d:Dprof myprog.pl and