in reply to Re^4: Trouble emailing zip file
in thread Trouble emailing zip file

Thanks Corion,

Do you know if MIME::Lite is a pure perl module this way I can copy the source code and use it in my script?

Replies are listed 'Best First'.
Re^6: Trouble emailing zip file
by Corion (Patriarch) on Jul 05, 2018 at 19:56 UTC

    Yes, MIME::Lite can directly be pasted into your script, or alternatively, simply downloaded into a file Lite.pm. You can easily see whether a module is pure Perl by looking at whether its distribution package contains .xs or .xsp files.