in reply to Re^2: File::Monitor Question
in thread File::Monitor Question

I used: my $file = @{$change->{delta}->{files_created}}[0]; and it worked. BR