in reply to Re^4 Useful addition to Perl?
in thread Useful addition to Perl?
Why use (open|read|close)dir and then have to concern yourself with removing '.' & '..' and use File::Spec->catfile/catdir to fix up the pathnames, when glob would take care of (most?) of that for you?
|
---|