Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

Re^2: file test results not as expected

by navalned (Beadle)
on Nov 22, 2020 at 00:00 UTC ( [id://11123996]=note: print w/replies, xml ) Need Help??


in reply to Re: file test results not as expected
in thread file test results not as expected

Thats cool and works well. You can try this for a 5 sec improvement at least on my system:

grep { -x "$path/$_" && !-d _ }

Saves a lot of stat() calls.

Thanks for the answer. I think I knew the answer deep in the recesses of my brain but couldn't see it.
Edgar

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://11123996]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others having an uproarious good time at the Monastery: (5)
As of 2024-04-24 03:54 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found