in reply to Generating a container table in HTML::CalendarMonth

my $new_c = "new HTML::CalendarMonth ( year => $year, month => $month),";

You have created a new scalar $new_c containing the string "new HTML::CalendarMonth ( year => $year, month => $month),". Remove the quotes and the trailing comma and it looks like it should work.

Replies are listed 'Best First'.
Re: Re: Generating a container table in HTML::CalendarMonth
by jonnyfolk (Vicar) on Mar 18, 2003 at 16:32 UTC
    Mr. Muskrat, my guardian angel! If we survive the war I'll buy you a beer!! :)