in reply to
How do I read all the file names of a directory into an array?
@filename=grep !/^\.\.?$/, <*>;
Comment on
Re: How do I read all the file names of a directory into an array?
In Section
Seekers of Perl Wisdom