Ronnie has asked for the wisdom of the Perl Monks concerning the following question:
ppm> install mail::sender Searching for 'mail::sender' returned multiple results. Using 'search' + instead.. . Searching in Active Repositories 1. Mail-Sender [0.8.13] Send mails with attachments through a S +MTP serv~ 2. Mail-Sender-Easy [v0.0.5] Super Easy to use simplified interface +to Mail:~ ppm> 1 Unknown command '1'; type 'help' for a list of commands. ppm> uninstall mail::sender Error: package 'mail::sender' is not installed. ppm> uninstall Mail::Sender Error: package 'Mail::Sender' is not installed. ppm> install Mail::Sender Searching for 'Mail::Sender' returned multiple results. Using 'search' + instead.. . Searching in Active Repositories 1. Mail-Sender [0.8.13] Send mails with attachments through a S +MTP serv~ 2. Mail-Sender-Easy [v0.0.5] Super Easy to use simplified interface +to Mail:~ ppm> q C:\Perl\bin>cd ../../scripts C:\scripts>cr_trans_sh.pl Can't locate Mail/Sender.pm in @INC (@INC contains: /home/interface/se +ctran/lib /home/interface/scripts/Perl_Modules C:/Perl/lib C:/Perl/site/lib .) a +t C:\scrip ts\cr_trans_sh.pl line 14. BEGIN failed--compilation aborted at C:\scripts\cr_trans_sh.pl line 14 +.
#!perl -c # ############################################################### # Extra Modules should be declared here. # # All these modules MUST be found on the server attempting to # # call this script. # ############################################################### # use strict ; # Enforce private + variables use lib '/home/interface/scripts/Perl_Modules' ; # Where ACC_Vario +us lives use lib '/home/interface/sectran/lib' ; # Where SECTRAN l +ives use sectran ; # In-House FTP Pe +rl Module use Cwd ; # Current Working + Directory Module use Mail::Sender; # Email module #
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Perl Modules in Windows problem
by ww (Archbishop) on Mar 19, 2008 at 18:18 UTC | |
|
Re: Perl Modules in Windows problem
by Herkum (Parson) on Mar 19, 2008 at 17:10 UTC | |
|
Re: Perl Modules in Windows problem
by pc88mxer (Vicar) on Mar 19, 2008 at 17:04 UTC | |
|
Re: Perl Modules in Windows problem
by DACONTI (Scribe) on Mar 19, 2008 at 20:31 UTC |