in reply to
Re^2: perl and unc paths
in thread
perl and unc paths
On Windows that is... pushd and popd would work, except you can't do system("pushd \\\\unc_path1\\folder") because it spawns a new shell and then exits with system()
Comment on
Re^3: perl and unc paths
In Section
Seekers of Perl Wisdom