or download this
print "<H2>Hello $fullname!</H2><P>";
print start_form (-name=>'makequiz', -method=>'POST', -action=>"http:/
+/ist221.nsm.tridenttech.edu/perl/gradequiz.cgi");
...
while (<FILE>) { # ** READS EACH LINE OF TEXT FROM FILE
print "Start of while loop<p>";