Help for this page

Select Code to Download


  1. or download this
    #!c:\phpdev\perl\bin\perl.exe
    print "Content-type: text/html\n\n";
    # -----8<-----
    
  2. or download this
    # -----8<-----
    else {
    ...
    print "<HTML>\n";
    print "<HEAD><TITLE>Patton Industries</TITLE><BASEFONT SIZE=5></HEAD>\
    +n";
    # -----8<-----
    
  3. or download this
    my $cgi = new CGI();     # Declare this near the top of the script.
    print $cgi->header();    # In place of  your "Print: content-type..." 
    +statement.