my $dt = DateTime->now; print "system date ", $dt->strftime( "%m-%d-%Y" ); my $compare = $dt <=> $other_date;