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


in reply to find2perl -exec on Windows

It looks broken to me.

You could post process the output by piping it through something like:

perl -p -e "s/^(File::Find::find)/my \$cwd = Cwd::cwd();$1/"

You might want to test that before you run it. And you don't have to tell me - it's ugly.