Help for this page

Select Code to Download


  1. or download this
    use CGI qw(:standard);
    @paramater=param();
    ...
    $i++;
    }
    $sender =~ s/@/\\@/;
    
  2. or download this
    my ($to, $from, $subject, $message) = @_;
    my $sendmail = '/usr/sbin/sendmail';
    ...
        $i++;
        }
    close(MAIL);