Help for this page
use File::Monitor; use File::Monitor::Object; ... foreach my $object (@changes) { my $modified = $object->mtime; }