![]() |
|
Pathologically Eclectic Rubbish Lister | |
PerlMonks |
Re: Testing for readdir failureby eye (Chaplain) |
on Apr 21, 2013 at 04:37 UTC ( #1029705=note: print w/replies, xml ) | Need Help?? |
This seems to be a somewhat opaque area in the documentation.
Have you tried testing the return value of closedir? If it reports a failure, that is probably indicative of a failure in the readdir call. Of course, I don't have a good way of testing this, either. Also, it is good practice to use a lexically scoped variable for the directory handle rather than a bare word.
In Section
Seekers of Perl Wisdom
|
|