#!C:/perl/bin/perl.exe use CGI; $query = new CGI; print $query->header; print $query->start_html(-title=>'Self-Esteem Test'); print ""; print "
"; print "Welcome to the self-esteem survey. Please click the button to begin.
"; print " "; print ""; print "
"; print $query->end_html;