in reply to Re: Re: Re: Loading sendmail module
in thread Loading sendmail module

Thanks I tried all this and still get same error:
use lib '/usr/local/lib/perl5/site_perl/5.005/'; use Mail::Sendmail;
and
BEGIN {shift @INC, "/usr/local/lib/perl5/site_perl/5.005";} use Mail::Sendmail;
and
BEGIN {shift @INC, "/usr/local/lib/perl5/site_perl/5.005/Mail/Mailer"; +} use Mail::Sendmail;
and
BEGIN {shift @INC, "/usr/local/lib/perl5/site_perl/5.005/Mail";} use Mail::Sendmail;
Any other suggestions?