http://qs321.pair.com?node_id=168966


in reply to Problems with -filetest on readdir results
in thread Problems with -filetest on readdir results

 $path/$_
Why are you dividing a path by the contents of $_?

Maybe you wanted:

"$path/$_"

-- Randal L. Schwartz, Perl hacker