Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -wT
    
    ...
    my $cgi = new CGI;
    
    print $cgi->header;
    
  2. or download this
    open(HTML, "<$htmlfile") || die "ouch $!";
    print <HTML>;
    close(HTML);