Beefy Boxes and Bandwidth Generously Provided by pair Networks
go ahead... be a heretic
 
PerlMonks  

Re: smart glob of dated subfolders

by Anonymous Monk
on Feb 23, 2023 at 10:19 UTC ( [id://11150549]=note: print w/replies, xml ) Need Help??


in reply to smart glob of dated subfolders

Is @a = glob("*/*"); fast enough compared to the whole program? What's your typical $#a? Your code does potentially huge amount of unnecessary string-to-number conversions and re-engine stuff.

Replies are listed 'Best First'.
Re^2: smart glob of dated subfolders
by Anonymous Monk on Feb 23, 2023 at 15:41 UTC
    Thanks for your response ! typical $#a is only ~ 1 - 10

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others chilling in the Monastery: (5)
As of 2024-04-19 04:27 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found