Help for this page

Select Code to Download


  1. or download this
    <form method="get" action="mail_contact.pl" onsubmit="return validate(
    +)">
    
  2. or download this
    use CGI;
    my $q= new CGI;
    my $name= $q->param('name');
    print $name;