in reply to Re^4: while following perl hack book
in thread while following perl hack book

Look at the synopsis in File::Find again. Passing a hashref instead of a coderef (i.e. { wanted => ..., }) allows (but doesn't require) you to specify other options, like no_chdir or follow.