in reply to Re: HTML::CalendarMonth - printing a consistent (6) rows for days of the week
in thread HTML::CalendarMonth - printing a consistent (6) rows for days of the week
I don't know if a proper programmer would have done it differently, but this works for me, and I am grateful for your help.my $result = $c->last_row; unless ($result == 7) { $c->maxrow($c->maxrow + 1); }
|
|---|