in reply to Re: What makes File::Find's interface so commonly hated
in thread What makes File::Find's interface so commonly hated
~ $ find2perl =snip # for the convenience of &wanted calls, including -eval statements: use vars qw/*name *dir *prune/; *name = *File::Find::name; *dir = *File::Find::dir; *prune = *File::Find::prune; =snip
|
|---|