in reply to Re^6: How can I send email with attachments if MIME::Lite isn't available?
in thread How can I send email with attachments if MIME::Lite isn't available?

Assuming '.' is in @INC, create a folder MIME, then move Lite.pm into that folder. That will allow perl to find MIMI::Lite's methods. The path of the module used should be the same as the package statement within the module.
  • Comment on Re^7: How can I send email with attachments if MIME::Lite isn't available?