Beefy Boxes and Bandwidth Generously Provided by pair Networks
more useful options
 
PerlMonks  

Re^2: Get File list from the path

by mandarin (Hermit)
on Apr 24, 2008 at 08:02 UTC ( [id://682575]=note: print w/replies, xml ) Need Help??


in reply to Re: Get File list from the path
in thread Get File list from the path

another alternative would be to use File::Util
use File::Util; my($f) = File::Util->new(); my($dirs, $files) = $f->list_dir('your/root/directory', qw/--recur +se --as-ref/);
see File::Util for details

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others musing on the Monastery: (4)
As of 2024-04-18 20:04 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found