HTML::CalendarMonthDB

HTML::CalendarMonthDB is a Perl Module for Generating Persistant HTML Calendars.
Download

HTML::CalendarMonthDB Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • HTML::CalendarMonthDB Team
  • Publisher web site:
  • http://search.cpan.org/~mcvella/HTML-CalendarMonthDB-1.01/CalendarMonthDB.pm

HTML::CalendarMonthDB Tags


HTML::CalendarMonthDB Description

HTML::CalendarMonthDB is a Perl Module for Generating Persistant HTML Calendars. HTML::CalendarMonthDB is a Perl Module for Generating Persistant HTML Calendars.INTERFACE METHODS* 'dbname' (name of database to use, required if you wish to use a database) * 'dbuser' (database user, default 'nobody') * 'dbpass' (database user password, default '') * 'dbcalendar' (database calendar name, default '') * 'dbclient' (database calendar client name, default '') * 'dbhost' (database host name, default '') # Examples: # Create a calendar for this month. $cal = new HTML::CalendarMonthSimple(); # not persistant # One for a specific month/year $cal = new HTML::CalendarMonthSimple('month'=>2,'year'=>2000); # not persistant # One for "the current month" in 1997 $cal = new HTML::CalendarMonthSimple('year'=>1997); # not persistant # One for a specific month/year, to use database specified $cal = new HTML::CalendarMonthSimple('month'=>2,'year'=>2000,'dbname'=>'test','dbuser'=>postgres,'dbcalendar'=>'testcal','dbclient'=>'testClient'); Requirements: · Perl · Date::Calc


HTML::CalendarMonthDB Related Software