use File::Find; File::Find::find(\&wanted,'/'); sub wanted { die "$File::Find::dir is the apache dir" if $File::Find::name=~/[aA]p +ache\.exe/; }
In reply to Re: Locating an apache install with Perl
by BUU
in thread Locating an apache install with Perl
by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |