in reply to stopping File::Find at the first match

I'm sure it's possible. My first attempt would be to throw an exception in your callback and catch it on the outside.
  • Comment on Re: stopping File::Find at the first match

Replies are listed 'Best First'.
Re^2: stopping File::Find at the first match
by Anonymous Monk on Apr 01, 2009 at 04:54 UTC
    or even goto :)