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

My humble thanks, Oh Great One, I have been able to create the following lines to compare each calendar:
my $result = $c->last_row; unless ($result == 7) { $c->maxrow($c->maxrow + 1); }
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.
  • Comment on Re: Re: HTML::CalendarMonth - printing a consistent (6) rows for days of the week
  • Download Code