Return to calendar.pl CVS log | Up to [Local Repository] / ConnorCalendar |
version 1.10, 2016/11/03 12:49:45 | version 1.11, 2016/11/03 12:54:10 |
---|---|
Line 26 use Calendar::Simple; | Line 26 use Calendar::Simple; |
use Date::Pcalendar::Year qw( :all ); | use Date::Pcalendar::Year qw( :all ); |
use Date::Pcalendar::Profiles qw( $Profiles ); | use Date::Pcalendar::Profiles qw( $Profiles ); |
my $VERSION = q/$Id$/; | my $VERSION = '$Id$'; |
my $DEBUG = ""; | my $DEBUG = ""; |
my $URL = "http://demandred.dyndns.org/cgi-bin/ConnorCalendar/index.cgi"; | my $URL = "http://demandred.dyndns.org/cgi-bin/ConnorCalendar/index.cgi"; |
my %post_in = ( ); | my %post_in = ( ); |