in reply to Re: chdir for another machine
in thread chdir for another machine

I just tried it, and it works fine if I double-up the backslashes inside the quotes.

Perl changed the current directory for the process. Then when doing a system('dir') the stupid CMD.EXE shell reports "'\\FOO\BAR' is an invalid current directory path. UNC paths are not supported. Defaulting to Windows directory.".

—John