in reply to file modifications using file::find

Welcome to the monastery propellerhat! It would be great if you could provide us with a bit more context about yourself and your problem, including why you need to solve it:

That will allow us to provide you with more helpful answers on how to get the most out of Perl's excellent File::Find module.

As indicated at Re^2: Unix shell versus Perl, Perl's File::Find module has many advantages compared to Unix shell and its find command. I also know from personal experience that File::Find is portable and works well under Windows too - though there are some pitfalls for the unwary, due to the underlying differences between Unix and Windows file systems.

File::Find References Added Later

See Also