in reply to
simple search script
I'm betting that the your problem is in:
my @files = ('*.html','*/*.html');
Try using just:
my @files = ('*.html');
And see if it works then.
LR
Comment on
Re: simple search script
Select
or
Download
Code
In Section
Seekers of Perl Wisdom