in reply to trouble with Win32::NetResource
That should read:use Win32::NetResource; qw(:DEFAULT GetSharedResources GetError);
I don't think that is your problem though. I think you should try and reinstall Win32::NetResource - but because it is part of libwin32 and installed by default in ActivePerl, ActiveState may not provide a PPM. So if you can't upgrade (ppm verify --upgrade libwin32/Win32-NetResource), then you might want to try reinstalling perl.use Win32::NetResource qw(:DEFAULT GetSharedResources GetError);
|
|---|