Help for this page
my $c = HTML::CalendarMonth->new( year => 2003, ... ); $c->maxrow($c->maxrow + 1); print $c->as_HTML;