in reply to Re^2: How to send email using Email::MIME & Email::Sender::Simple?
in thread How to send email using Email::MIME & Email::Sender::Simple?

Hi Haukex,

Thanks for your suggestion. I did verify the module versions of .pl vs .exe. But here's what I found and which resolved my issue, I packed the perl using following pp command

 pp -x -o test.exe test.pl

-x in pp executed my perl script completely and identified all runtime dependencies on the fly, then gave a compatible exe. This resolved my problem.

Thanks a lot again.

  • Comment on Re^3: How to send email using Email::MIME & Email::Sender::Simple?
  • Download Code