in reply to Re: Sending mail from perl script
in thread Sending mail from perl script

Corion,

Thanks for your reply. Yes, installing modules is not a big deal but I don't want to use those many modules to get it worked. Actually, script is goping to run on a server and I don't have privilege to install module there ... So, you can imagine, I have to run behind adimin guy to get those many module installed (need to answer many Q's). That's why trying to avoid. Let's see if I can find out some other way to go.

Replies are listed 'Best First'.
Re^3: Sending mail from perl script
by Anonymous Monk on May 01, 2010 at 03:53 UTC
Re^3: Sending mail from perl script
by Anonymous Monk on May 07, 2010 at 17:31 UTC

    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.