#!/usr/local/bin/perl -w use strict; use lib qw(/home/yatayata/www/local_mods); use DBI; use Cycles::Calendar; use POSIX qw(strftime); use CGI qw/:standard *table start_ul/; #now you can start_table/end_table and start_ul/end_ul use CGI::Carp qw/fatalsToBrowser /; use CGI::Pretty qw/ :html3 /; use Mail::Sendmail;