HTML::CalendarMonthSimple

HTML::CalendarMonthSimple is a Perl Module for Generating HTML Calendars.
Download

HTML::CalendarMonthSimple Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Matthew P. Sisk
  • Publisher web site:
  • http://search.cpan.org/~stigmata/HTML-CalendarMonthSimple-1.25/CalendarMonthSimple.pm

HTML::CalendarMonthSimple Tags


HTML::CalendarMonthSimple Description

HTML::CalendarMonthSimple is a Perl Module for Generating HTML Calendars. HTML::CalendarMonthSimple is a Perl Module for Generating HTML Calendars.SYNOPSIS use HTML::CalendarMonthSimple; $cal = new HTML::CalendarMonthSimple('year'=>2001,'month'=>2); $cal->width('50%'); $cal->border(10); $cal->header('Text at the top of the Grid'); $cal->setcontent(14,"Valentine's Day"); $cal->setdatehref(14, 'http://localhost/'); $cal->addcontent(14,"Don't forget to buy flowers."); $cal->addcontent(13,"Guess what's tomorrow?"); $cal->bgcolor('pink'); print $cal->as_HTML;HTML::CalendarMonthSimple is a Perl module for generating, manipulating, and printing a HTML calendar grid for a specified month. It is intended as a faster and easier-to-use alternative to HTML::CalendarMonth.This module requires the Date::Calc module, which is available from CPAN if you don't already have it.Requirements:· PerlWhat's New in This Release:· A minor typo correction. Nothing big.


HTML::CalendarMonthSimple Related Software