NAME

CalendarApp.pm - HTML calendar application.

SYNOPSIS

use CGI;
use Date::Calc;
use App::Calendar::MonthCalendar;

my $monthparam = $q -> param('month');
my $yearparam = $q -> param('year');
my $buttonparam = $q -> param('calendar');

my $exp = '+15m';   # How long the browser should maintain
                    # the app's cookie.

&App::Calendar::CalendarApp::App(month=> $month, 
                                 year => $year,
                                 button => $buttonparam);

DESCRIPTION

CalendarApp.pm uses CGI to format HTML calendars for viewing in a web browser. The calendar.cgi script shows an example usage for calling from a web browser.

VERSION AND LICENSING

Initial release, Version 0.01.

Refer to the file "Artistic" for licensing information.

Please send all comments and bug reports to the author, rkiesling@mainmatter.com.