in reply to
Input Output Question
readdir is low level, use
Path::Class
(
Reading the contents of a directory - learn.perl.org
) or even
Path::Tiny
Comment on
Re: Input Output Question (folders files, Path::Class, Path::Tiny )
In Section
Seekers of Perl Wisdom