Help for this page

Select Code to Download


  1. or download this
    open (FILE, "243q1_13.txt") || die "Cannot open $file: $!";
    
  2. 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>";