Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
       $t->year
       for 1..$t->month_last_day
    ;
    
  2. or download this
    use Time::Piece;
    
    ...
       ;
       $t += Time::Piece::ONE_DAY;
    }