Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use strict;
    ...
    
    print "Content-Type: Text/HTML\n\n";
    print "<H1>Your CGI script is working</H1>\n";
    
  2. or download this
    <HTML>
    <HEAD><TITLE>Web Form</TITLE></HEAD>
    ...
      <INPUT TYPE="SUBMIT" VALUE="Send" />
      </FORM>
    </BODY>