Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Re: Re: Reinventing wheels based on bad benchmarks

by runrig (Abbot)
on Jan 10, 2003 at 18:16 UTC ( [id://225892]=note: print w/replies, xml ) Need Help??


in reply to Re: Reinventing wheels based on bad benchmarks
in thread Odd file rename

I ran my tests on a fairly slow Win95 PC, and came out with File::Find being slightly faster. All in all, for a simple find like this, I might use File::Find::Rule anyway (and it would have even more overhead):
my @files = File::Find::Rule->file->name(*.txt)->in($dir);

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others musing on the Monastery: (6)
As of 2024-03-29 01:07 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found