http://www.perlmonks.org?node_id=1030839


in reply to A warning about passing mountpoints as arguments to directory recursion programmes

Anytime I prepare to act upon several files that are selected programatically (such as using File::Find or File::Find::Rule), I first disable the action code, and switch it to logging code so that I can see what files would be acted upon if the action code were live. Anytime I forget to do that I end up creating a mess.


Dave

  • Comment on Re: A warning about passing mountpoints as arguments to directory recursion programmes