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

Re: Get File list from the path

by ferreira (Chaplain)
on Apr 24, 2008 at 15:20 UTC ( [id://682653]=note: print w/replies, xml ) Need Help??


in reply to Get File list from the path

File::Finder is an option too.
use File::Finder; my @files = File::Finder->type('f')->in($dir);

Log In?
Username:
Password:

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

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

    No recent polls found