in reply to Re: Re: Re: Loading sendmail module
in thread Loading sendmail module
anduse lib '/usr/local/lib/perl5/site_perl/5.005/'; use Mail::Sendmail;
andBEGIN {shift @INC, "/usr/local/lib/perl5/site_perl/5.005";} use Mail::Sendmail;
andBEGIN {shift @INC, "/usr/local/lib/perl5/site_perl/5.005/Mail/Mailer"; +} use Mail::Sendmail;
Any other suggestions?BEGIN {shift @INC, "/usr/local/lib/perl5/site_perl/5.005/Mail";} use Mail::Sendmail;
|
|---|