[EMAIL PROTECTED] wrote:
I am getting an error message - Can't stat c:*.*: No such file or directory

find(\&BadNames,"c:\\*.*");

What should the find statement look like?

The argument should be a directory name (or multiple directories), not a glob pattern. So use "C:\\", or "c:/"

--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to