I am on a Solaris 7 server. Want to use the following modules:
use LWP::Simple;
use Mail::Mailer;
Did this to find if I had them:
perl -e "use Mail::Mailer" (and did it for LWP::Simple)
Both came back with:[tt]
Can't locate Mail/Mailer.pm in @INC (@INC contains: /usr/local/lib/perl5/5.00502
/sun4-solaris-thread /usr/local/lib/perl5/5.00502 /usr/local/lib/perl5/site_perl
/5.005/sun4-solaris-thread /usr/local/lib/perl5/site_perl/5.005 .) at -e line 1.
BEGIN failed--compilation aborted at -e line [/tt]
I thought these two modules came with the standard Perl download.
If not then I need to say/ask what to my Solaris administrator to get these two modules??