I'm writing a Perl script that processes various form data and outputs a
report based on the data. I want to use a single Perl script, but collect
the data on multiple html pages. I do not particularly want to create the
html pages from within the Perl script. How do I do it?