#!/opt/local/bin/perl -w $name = $ENV{'QUERY_STRING'}; print "Content-Type: text/html\r\n"; print "\r\n"; print ""; print "

Hello $name

"; print "";