in reply to Sending email with attachments using Email::Mime
Try to use
use Email::MIME::Creator;
instead ofuse Email::MIME;
(not tested, just had a look at the module's page).
In Section
Seekers of Perl Wisdom
in reply to Sending email with attachments using Email::Mime
use Email::MIME::Creator;
instead ofuse Email::MIME;
(not tested, just had a look at the module's page).