Help for this page

Select Code to Download


  1. or download this
    if ($ENV{'REQUEST_METHOD'} eq 'POST') {
    
    ...
    
        $FORM{$name} = $value;
        }
    
  2. or download this
     open (MESSAGE,"| /usr/lib/sendmail -t");
    
    ...
        .
        .
        close (MESSAGE);