or download this
# Extract and display a summary of information from the form.
my @days = qw(Monday Tuesday Wednesday Thursday Friday Saturday Su
+nday);
...
# Show the total number of hours selected in the summary
$page .= $request->p() . "Total Hours Selected: $count" . $request
+->p();