my $age = -M $file; if ($age < 7) { # do something } # or directly if (-M $file < 7) { # do something }