http://www.perlmonks.org?node_id=1213098

tultalk has asked for the wisdom of the Perl Monks concerning the following question:

Hi: Sendmail installed on host at use lib qw(/usr/bin/perl); I installed Sendmail in local subdir perl/mail and set use lib qw(/home/bmllcom/public_html/httpsdocs/cgi-bin/lib/perl/); use Mail::Sendmail; When I call sendmail it call the fucntion in the usr/bin/perl package. How do I force the call to go to my local copy of sendmail? Thanks