Help for this page
while (defined $dates[0]) { my $days = $dates[0]; ... push (@cals, $new_c); @dates = CreateCal($year, $month, @dates); }
# Embolden headers foreach (@cals) { $_->item($_->month,$_->year)->wrap_content(font({size => '2'})); ... return @temp; }