Help for this page

Select Code to Download


  1. or download this
    
    SetEnv PERL5LIB /where/the/mods/are/:/where/else/lib
    
  2. or download this
    #!/usr/bin/perl -w
    use CGI ':standard';
    ...
    use Mail::Sendmail;
    
    # The rest of the script....