Help for this page

Select Code to Download


  1. or download this
    open (FILE, "+<$path/finalgrades.html") or die "Can't open file: $!"; 
    +# where $path is the full path to the directory where the file reside
    +s.
    while (<FILE>) {
      if (m/^<b>[^<>]</b>, grade: (\d+)<br>$/) {
    ...
      }
    }
    close (FILE) or die "$!";