http://www.perlmonks.org?node_id=1086015


in reply to Sending email with attachments using Email::Mime

Try to use

use Email::MIME::Creator;

instead of

use Email::MIME;

(not tested, just had a look at the module's page).