And I'm getting the follwoing error: Can't opendir(\/System Volume Information): Invalid argument I've searched through the docs, and can't see what I'm doing wrong.#!/perl/bin/perl use File::Find; File::Find::find(\&wanted,'\\'); find \&wanted, "\\"; sub wanted { print "$File::Find::dir is the apache dir" if $File::Find::name =~ + /[Hh]ttpd\.conf/; }
Does anyone know?
In reply to Find::File error by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |