Beefy Boxes and Bandwidth Generously Provided by pair Networks
No such thing as a small change
 
PerlMonks  

Re: Answer: How do you read a directory

by I0 (Priest)
on Apr 20, 2001 at 10:14 UTC ( [id://74100]=note: print w/replies, xml ) Need Help??


in reply to Re: How do you read a directory
in thread How do I read a directory?

Don't you mean
opendir DIR, $dir or die $!;
or
(opendir DIR, $dir) || die $!;

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others studying the Monastery: (3)
As of 2024-03-29 06:34 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found