login
|
careers
|
about
|
faq
Questions
Tags
Users
Badges
Unanswered
Ask Question
Search Results
relevance
newest
votes
active
3
votes
How do I read in the contents of a directory in Perl?
You could use DirHandle: use DirHandle; $d = new DirHandle "."; if (defined $d) { …
answered
Sep 1 '08 at 14:52
David Precious
1,178
●
3
●
9
posts containing
user:4040
within these tags
filesystems
Want better search results?
See our search tips!
Stack Overflow works best with JavaScript enabled