# This code is provided "as is" with NO WARRANTY expressed or # implied. You may use it freely at your own risk. #!/usr/bin/perl use CGI; my $query = new CGI; $name = $query->param('name'); $game = $query->param('game'); $number = $query->param('number'); print $query->header; print < Processing...
Processing ...
We are currently processing your application. This may take a moment or two. We appreciate your patience.
EOT