in reply to how to use find() options
find( { wanted => \&wanted_function, follow => ..., }, @directories );
It's there in the documentation; In the case of passing in an "options" hashref, the wanted function is one of the key/value pairs in that hashref.
Dave
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: how to use find() options
by ypreisler (Novice) on Apr 18, 2024 at 16:50 UTC | |
by davido (Cardinal) on Apr 18, 2024 at 19:15 UTC | |
by ypreisler (Novice) on Apr 19, 2024 at 07:43 UTC | |
by hippo (Archbishop) on Apr 18, 2024 at 17:55 UTC | |
by ypreisler (Novice) on Apr 19, 2024 at 07:45 UTC | |
by GrandFather (Saint) on Apr 18, 2024 at 21:04 UTC |