Help for this page

Select Code to Download


  1. or download this
    # Populate container table
    for my $calnum ( 0 .. $#cals ) {
    my $row = int($calnum/4);
       $t->cell( $row, $calnum )->push_content( $cals[$calnum] );
    }