ypreisler has asked for the wisdom of the Perl Monks concerning the following question:
i am not able to follow symbolic links when using the find() command. it says on the manual that the 'follow' or 'follow_fast' option should be used but i don't understand how to use it together with the '\&wanted' routine -
thanks a lot, Yaron.use File::Find; find(\&wanted, @directories); find(\%options, @directories);
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: how to use find() options
by davido (Cardinal) on Apr 17, 2024 at 16:57 UTC | |
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 | |
Re: how to use find() options
by Fletch (Bishop) on Apr 18, 2024 at 00:50 UTC | |
Re: how to use find() options
by eyepopslikeamosquito (Archbishop) on Apr 19, 2024 at 03:36 UTC | |
Re: how to use find() options
by ForgotPasswordAgain (Vicar) on Apr 17, 2024 at 16:55 UTC |