Help for this page

Select Code to Download


  1. or download this
    $mailprog = '/usr/lib/sendmail';
    sub send_mail {
    ...
       # ...
       close MAIL;
    }
    
  2. or download this
    open FILE, "$string_from_insecure_webpage";
    
  3. or download this
    use CGI :standard;
    
    # instead of...
    
    use CGI qw{ :standard };
    
  4. or download this
    Versions 2.44-2.46 introduce two API changes that will affect
    users of previous versions:
    ...
    
    My apologies for these changes, but they were necessary in order for
    CGI to pass the perl5.005 regression tests!