Help for this page

Select Code to Download


  1. or download this
    # head.html
    
    ...
            body { background: cyan; }
        </style>
    </head>
    
  2. or download this
    # body.html
    <body>
    ...
        <h1>Simple CGI Example for <a href="http://perlmonks.com/?node_id=
    +1006655">doo_the_dew</a>
      </center>
      <hr>
    
  3. or download this
    #!/usr/bin/perl -w
    
    ...
        }
        close $fh;
    }