Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
PerlMonks  

Re: How do I read all the file names of a directory into an array?

by epoptai (Curate)
on Dec 11, 2000 at 08:07 UTC ( [id://46014]=note: print w/replies, xml ) Need Help??


in reply to How do I read all the file names of a directory into an array?

opendir DIR, "." or die "uhh: $!"; @files = readdir DIR; closedir DIR;
  • Comment on Re: How do I read all the file names of a directory into an array?
  • Download Code

Log In?
Username:
Password:

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

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

    No recent polls found