Help for this page

Select Code to Download


  1. or download this
    use lib '/usr/local/lib/perl5/site_perl/5.005/';
    use Mail::Sendmail;
    
  2. or download this
    BEGIN {shift @INC, "/usr/local/lib/perl5/site_perl/5.005";}
    use Mail::Sendmail;
    
  3. or download this
    BEGIN {shift @INC, "/usr/local/lib/perl5/site_perl/5.005/Mail/Mailer";
    +}
    use Mail::Sendmail;
    
  4. or download this
    BEGIN {shift @INC, "/usr/local/lib/perl5/site_perl/5.005/Mail";}
    use Mail::Sendmail;