Help for this page
#!/perl/bin/perl ... sub wanted { print "$File::Find::dir is the apache dir" if $File::Find::name =~ + /[Hh]ttpd\.conf/; }