how to use unc paths in perl.
I have a shared folder in comp1.
\\comp1\newfolder.
in comp1, i go to command prompt and give pushd \\comp1\newfolder.
it works.
but when i am doing the same in perl script
system ('pushd \\comp1\newfolder');
the system complains.
"the system cannot find the path specified."