How do we install our modules on a Windows system?
You have a couple possibilities. One is that you can download
"nmake"
and use that instead of "make". The other option is just to forget the
whole h2xs process and instead just put your .pm file in the same directory as your
.pl file.
Do we have to save a datafile and load it when the program is restarted, as we did
for HW6?
That was my intention, but I neglected to actually explicitly state that on the HW description,
therefore I'm not making it a requirement after the fact. So no, you do not have to in order
to get full credit on the assignment.