In-Class Assignment #10
In this assignment, you will recreate last week's ICA, this time using
HTML::Template.
Download the two template files ~lallip/perl/form.tpl
and ~lallip/perl/results.tpl. Write a Perl
CGI script, that when first called, opens up form.tpl as an HTML::Template
object. In this template, fill in the single parameter - your own RCS Id - and display
its output.
When the user pushes the submit button and your script is called again,
retrieve the CGI parameters name, color, and formats.
Open the HTML::Template object results.tpl. Fill in all of the
parameters in this template object, and display the template's output.
You must fill in all template parameters, including the formats and date, to get full credit. There is no bonus for this week's ICA
Submission Instructions
To submit, run ~lallip/public/submit.pl on
solaris.remote.cs.rpi.edu and follow the prompts. You may submit infinite times,
only your last submission will be graded. Your final submission
is due at 4pm tonight, Thursday, April 22, 2010.
