Help for this page

Select Code to Download


  1. or download this
    use Apache::Request;
    use CGI;
    ...
    
    print("Post Data " . $test);
    
  2. or download this
    <html>
    <head></head>
    ...
    </form>
    </body>
    </html>
    
  3. or download this
    Alias /perl/ /usr/local/apache/cgi-bin/
    
    ...
          allow from all
      </Location>