in reply to Re: How to find the path
in thread How to find the path

this is i tried.

my @xmlfile = File::Find::Rule->file()
->name( '*.xml')>br> ->in( "$serpath" );

Replies are listed 'Best First'.
Re^3: How to find the path
by akho (Hermit) on Jun 08, 2009 at 04:20 UTC
    in only works for directory names, not wildcards. I suggest you try finding all directories in D:\\eproof\\htdocs first, then searching in those.