in reply to
opendir, readir into @array in one line?
@array = readdir(DIR) if(opendir(DIR, $dir));
Comment on
Re: opendir, readir into @array in one line?
Download
Code
In Section
Seekers of Perl Wisdom