Help for this page
use DateTime; use Date::Format; ... my $start_date = DateTime->today->subtract( months => 1); print $start_date->strftime("%m%d%y");
my $start_date = DateTime->today->subtract( months => 1); $start_date->strftime("%m%d%y"); ... $mech->select("format", "2"); $mech->click();