Help for this page
use Date::Calc; my ( $year, $month, $day ) = Today();
use Date::Manip; print UnixDate("today","It is %b %e, %Y");