Help for this page
use POSIX 'strftime'; my @t = (localtime(time)); ... print "beg = $monthly_date_beg\n"; print "end = $monthly_date_end\n";