Help for this page

Select Code to Download


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