in reply to Re: use file::find to find files modified in last 5 days
in thread use file::find to find files modified in last 5 days

Thanks

don't know why but didn't think of a simple -M test

now working

return unless -M $file < $days;