in reply to What makes File::Find's interface so commonly hated

In How do you make File::Find a bit less ugly? qazwart noted:
...I usually create a wanted function, load up an array with the stuff I want, and then process the array in my main block of code...
I wouldn't necessarily go as far as to say File::Find is ugly, hated or horrible but I do prefer the loop processing that File::Find::Rule lends itself to.

  • Comment on Re: What makes File::Find's interface so commonly hated