Help for this page

Select Code to Download


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