in reply to Recurse through directories for file I/O

Hmmm... sounds a bit like homework. Sure we can help you. You need to read glob, and perldoc -f -e. That's all.

Still not getting it?

for my $dir (glob </web/web1/*>){ next unless -e my $conf = $dir.'/config.pl'; open DATA, $conf || die "Could not open $conf"; my @data = <DATA>; #and do something with it close DATA; }
But as you have perl-files, you probably wanna do some do's. (do $conf)

Jeroen
"We are not alone"(FZ)