Help for this page
$time_string =~ m/^2013-03-[23][0-9]/
my (undef,undef,undef,$mday,$mon,$year)=gmtime($mtime); if ($year == 2013 && $mon+1 == 3 && 21 <= $mday)
use strict; use warnings; ... } } $ftp->quit;