Perl Script to “Compile” the Data
# make-MP-index-of-proposed-topics.pl
open(INFILE, "<MP-topic-proposal-data-sorted.txt") ||
die("Could not open the file MP-topic-proposal-data-sorted.txt.\n");
<html><head><title>CSE 341 MP Topic Proposal Index</title>
<h1>CSE 341 MP Topic Proposal Index</h1>
print "<table><tr><td>Student username</td><td>Proposal Page</td><td>Partner</td><td>Certainty</td><td>When</td></tr>\n";