in reply to
Re: Counting files in directory.
in thread
Counting files in directory.
my @files = <$dir/*>; my $count = @files;
Comment on
Re^2: Counting files in directory.
In Section
Seekers of Perl Wisdom