Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

Re: List all directories

by broquaint (Abbot)
on Sep 25, 2003 at 19:16 UTC ( [id://294225]=note: print w/replies, xml ) Need Help??


in reply to List all directories

Using the search-tastic File::Find::Rule we can do this quite simply
use File::Find::Rule; print "$_\n" for find(directory => in => $ENV{HOME});
See. the File::Find::Rule docs for more info.
HTH

_________
broquaint

Log In?
Username:
Password:

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

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

    No recent polls found