Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    
    ...
    print "<input type=submit value=\"I'd like to solve the puzzle please\
    +">\n";
    print "\n</form>";
    print "</body></html>";
    
  2. or download this
    #! /usr/bin/perl -w
    require ("cgi-lib.pl");
    ...
    </html>
    End_Of_Text
     }