Looks pretty easy to me:
use strict; use warnings; use HTML::Calendar::Simple; my $cal = HTML::Calendar::Simple->new; $cal->daily_info ({ 'day' => 22, 'text' => 'Post an answer to the calendar question on PM.' }); print join "</tr>\n", split "</tr>", $cal->html;
Jun 2005 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Update: The join/split in the print is not required, it breaks up the output a little though to make it easier to check.
In reply to Re: Making a Calendar in Perl?
by GrandFather
in thread Making a Calendar in Perl?
by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |