use DateTime; my $current = DateTime->now; my $created = DateTime->from_epoch( epoch => (stat $_ )[9] ); my $duration = $current - $created;