http://www.perlmonks.org?node_id=268885


in reply to Running perl on NT server

Icky Windows backslashes... *Smiles* You need to double blackslash each one.

You should be able to use either of these:

find( \&mySubroutine, 'F:\\inetpub\\wwwroot'); find( \&mySubroutine, 'F:/inetpub/wwwroot');