Help for this page

Select Code to Download


  1. or download this
    # Get environment variable value
    $home = $ENV{"HOME"};
    BEGIN { push @INC, "$home/scripts/Mail" };
    use Mail::Sendmail;
    
  2. or download this
    use lib '.';
    use Mail::Sendmail;