I'm using the File::Find module to traverse a directory tree. Once I find a specific file, I want to stop searching. How can I do that? module to traverse a d
I'm using the File::Find module to traverse a directory tree. Once I find a specific file, I want to stop searching. How can I do that? module to traverse a d