in reply to Re: aborting File::Find::find
in thread aborting File::Find::find

IMHO goto is a quite exceptable solution when:

  1. It is easy to read and understand the intent
  2. It is within several lines (no more than say 12 lines) from the label

YMMV