Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl Monk, Perl Meditation
 
PerlMonks  

Re: Diff between file and directory

by vek (Prior)
on Aug 26, 2003 at 04:11 UTC ( [id://286579]=note: print w/replies, xml ) Need Help??


in reply to Diff between file and directory

Just a quick comment on your code. Always check to make sure opendir was successful:

opendir (DIR, $directory) || do { # your error handling here... };
-- vek --

Log In?
Username:
Password:

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

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

    No recent polls found