in reply to How to move perl process on Windows to another server

It appears that you are attempting to run code with the current directory pointing to a UNC path.

Try mapping a drive and 'cd' ing to it, as recommended by this stackoverflow article.

        This is not an optical illusion, it just looks like one.

  • Comment on Re: How to move perl process on Windows to another server