Help for this page

Select Code to Download


  1. or download this
    while ( defined $dates[0] ) {
        my $new_c;
    ...
      push ( @days, [ @day ] ); # store the days of each calendar
      return @temp;
    }