- or download this
#!/usr/bin/perl -Tw
...
print '</tr></table>';
print $cgi->end_html;
- or download this
#!/usr/bin/perl
...
print '<a href="calendar.pl">Back to the calendar</a>';
print $cgi->end_html;
- or download this
#!/usr/bin/perl
...
print $cgi->end_form();
print $cgi->end_html();
}