in reply to Re: Generating a container table in HTML::CalendarMonth
in thread Generating a container table in HTML::CalendarMonth
At first glance I see that here:
you are calling Add_Delta_Days. Then you call it again in the CreateCal subroutine with different data.while (defined $dates[0]) { my $days = $dates[0]; my ($year, $month, $day) = Add_Delta_Days(1,1,1, $days - 1); @dates = CreateCal($year, $month, @dates); }
Is it supposed to do that? Maybe I'm not understanding what you hope to acheive.
|
|---|