in reply to Re^2: Sending mail from perl scriptin thread Sending mail from perl script
You want to use local::lib along with cpanminus to install CPAN modules into your home directory. And then use local::lib in your script to access those modules.