Help for this page
#!/usr/bin/env perl -l ... my $day_name = Time::Piece->strptime("$year$month" . '01', '%Y%m%d')-> +fullday; print "01-Oct-2013 is a $day_name";
01-Oct-2013 is a Tuesday