Help for this page

Select Code to Download


  1. or download this
    <html>
    <head>
    ...
    </form>
    </body>
    </html>
    
  2. or download this
    CGI script
    #!/usr/local/bin/perl -wT
    ...
    $animal = param('animal');
    print "Content-type: text/html\n\n";
    print "Show me the $animal";