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 SMTP 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 SMTP 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/sectran/lib /home/interface/scripts/Perl_Modules C:/Perl/lib C:/Perl/site/lib .) at 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_Various lives use lib '/home/interface/sectran/lib' ; # Where SECTRAN lives use sectran ; # In-House FTP Perl Module use Cwd ; # Current Working Directory Module use Mail::Sender; # Email module #