Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
PerlMonks  

Re^4: dbf_dump to apply to multiple files in a directory

by Anonymous Monk
on Aug 03, 2014 at 21:25 UTC ( [id://1096082]=note: print w/replies, xml ) Need Help??


in reply to Re^3: dbf_dump to apply to multiple files in a directory
in thread dbf_dump to apply to multiple files in a directory

I think glob should always come with a disclaimer to read its docs (including File::Glob) because it has a lot of functionality under the hood. In this case it may work fine, but for example it won't list files that begin with a dot. And once people start writing glob($pattern_I_got_somewhere) things can get real fun with wildcards and such.

Whenever I don't want glob's features getting in the way of having full control of which files get listed, I prefer readdir or File::Find.

P.S. Thanks for catching the $_, I missed that above.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others studying the Monastery: (3)
As of 2024-04-26 05:28 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found