Re: File::Find when found

2006-10-15 Thread John W. Krahn
Johan Meskens CS3 jmcs3 wrote: > hello Hello, > i am using File::Find to recursively search for a specific file > but once i found that file > , how can i stop File::Find from searching any further ? > > i don't 'find' any help in the dox File::Find will not do what you want, you probably wan

File::Find when found

2006-10-15 Thread Johan Meskens CS3 jmcs3
hello i am using File::Find to recursively search for a specific file but once i found that file , how can i stop File::Find from searching any further ? i don't 'find' any help in the dox , it becomes a strange world when finding is not enough anymore thanks jmcs3 ---