in reply to Re: security trick that doesn't work: system() with arguments problem
in thread security trick that doesn't work: system() with arguments problem

WAIT! ^ MIME::Lite is not recommended by its current maintainer. There are a number of alternatives, like Email::MIME or MIME::Entity and Email::Sender, which you should probably use instead. MIME::Lite continues to accrue weird bug reports, and it is not receiving a large amount of refactoring due to the availability of better alternatives. Please consider using something else.

This message is on the cpan page of MIME::Lite

Should I use it?

  • Comment on Re^2: security trick that doesn't work: system() with arguments problem

Replies are listed 'Best First'.
Re^3: security trick that doesn't work: system() with arguments problem
by Corion (Patriarch) on May 02, 2012 at 09:37 UTC

    It works quite well for me, and does so since at least 7 years, so I don't see the reason why it shouldn't be recommended. I don't think that the Email namespace is inherently bad either, but I haven't used any of the modules so I can't recommend any specific module.

      Thank you, I shall try this module in my program