Beefy Boxes and Bandwidth Generously Provided by pair Networks
Think about Loose Coupling
 
PerlMonks  

Re: How to read files in all subfolders?

by davido (Cardinal)
on Oct 21, 2012 at 06:51 UTC ( [id://1000176]=note: print w/replies, xml ) Need Help??


in reply to How to read files in all subfolders?

If you have the suspicion that recursing through directory structures to work on files within them is something that has been done before with Perl, you would be right. It's been done often enough that with every complete distribution of Perl, there's a module included with the name of File::Find. This is where you might want to start; File::Find solves the hardest part of the problem you're facing.


Dave

  • Comment on Re: How to read files in all subfolders?

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having a coffee break in the Monastery: (8)
As of 2024-04-23 12:20 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found