Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

Re: Recursive Directory print

by Lennotoecom (Pilgrim)
on Mar 06, 2014 at 18:47 UTC ( [id://1077271]=note: print w/replies, xml ) Need Help??


in reply to Recursive Directory print

There are a couple more methods
if windows:
$dir = "D:\books"; @output = `dir $dir /B /S`;
if unix:
$dir = "/some/path"; @output = `find $dir`;

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others lurking in the Monastery: (2)
As of 2024-04-24 18:27 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found