Help for this page

Select Code to Download


  1. or download this
    <form method="post" action="http://myserver/perl_script">
    <p>Which question do you want to answer?
    ...
    
    <input type="submit" value="submit"/>
    </form>
    
  2. or download this
    #!/usr/bin/perl
    use strict;
    ...
    
    my $question= $cgi->param("question");
    my $answer = $cgi->param("answer");