Help for this page

Select Code to Download


  1. or download this
    my $name = param("name");
    
    ...
    # GOAL : process input values
    
    print "Thank you, $name. Your submission is complete.";