Hello perlboy
You should be able to use open(). See my Win32 UNC example.
Error: Keyboard not attached. Press F1 to continue. | [reply] |
It doesn't handle them well (at least the last time
I tried it on ActivePerl). Use Win32::NetResource and
other Win32::* modules to access files over a Windows NT
network.
| [reply] |
| [reply] |
The user has to be logged into the remote machine for this to work.
I've found that UNCs are particularly problematic when connecting to
a Novell server (Novell 3.x anyway) from Windows NT. Even when the user is logged in and
UNCs work in Windows applications, they don't always work from Perl and
require using a module to explicitly map a network drive to
connect.
| [reply] |