http://qs1969.pair.com?node_id=1080446


in reply to Re^2: Months of the year
in thread Months of the year

use Time::Piece; use feature 'say'; my $t = Time::Piece->strptime('1', '%m'); for ( 0..11 ) { say $t->add_months($_)->fullmonth }