in reply to How to send an attachment using MIME::Lite?

I'm pretty sure your Path is wrong. From the MIME::Lite docs:
$msg->attach( Type => "image/gif", Path => "/here/is/the/real/file.GIF", Filename => "logo.gif" );