I'm using AS perl on win7.
print `cd \\\\ `; # does nothing, says nothing
Same with qx()
print `dir \\\\ `; # correctly prints the root directory
other commands also seem to work fine.
cd works fine from the command line of a batch file.
Has anyone else seen this? Is there a workaround?