Re: cgi Calendar continued.

2007-03-09 Thread Jeff Pang
> >## To build: >my %HoH = (); >foreach my $dates (@weeks) { >foreach my $daynums (@weeks1) { >$HoH{$dates} = { > daynums => $daynums > }; >} >} > Hello, The codes above for building a hash is somewhat not correct. When you loop through @weeks1,you use {day

cgi Calendar continued.

2007-03-09 Thread oryann9
My goal is to correlate the data in 2 arrays into a HoH or a HoA so that when I print this data in an HTML table so it comes out correctly. snippet... my (@weeks, @weeks1, @weeks_AoA,) = ((),(),()); ## Set up array with dates minus 15 days and plus 15 days from current date ## foreach $day ('