in reply to What makes File::Find's interface so commonly hated
It often gives me the wrong thing (one element of the list) by default (unless I want to collect a list of files) by requiring me to multiply entities (create my own callback) and muck with global variables (as if the callback couldn't take arguments).
|
|---|