I am running a perl script on server A and would like to access
the files on server B.
In my script on A, I have something like
$reproot = '\\\\B\\download'
if (!opendir(repdir, $reproot)) {
print "cannot open directory";
}
I am not able to open the directory at all. Tried mapping that path to
a drive in server A but still didn't work. Both are NT servers.
Thanks
Vivek
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]