my $r = shift; %args = $r->args(); $r->send_http_header('text/html'); print "You said your name was " . $args{'name'};