williey
Technical User
- Jan 21, 2004
- 242
I'm trying to install Win32::NetResource module in order to create shared drives. Through ppm3, I was not able to find and install a copy.
Google found libwin32-0.24.tar.gz. In the README file, it contains the following instruction.
Ran the "perl makefile.pl" without a problem. But I do not have dmake or nmake. Is there a repository out there where I can just d/l and install this module?
Google found libwin32-0.24.tar.gz. In the README file, it contains the following instruction.
Code:
+ perl Makefile.PL [either at toplevel or in subdirs]
+ $MAKE [either at toplevel or in subdirs]
+ $MAKE test [optional, some interactive tests]
+ $MAKE install [either at toplevel or in subdirs]
$MAKE above stands for either "dmake" or "nmake" depending on your
available compiler, and perl configuration.
Ran the "perl makefile.pl" without a problem. But I do not have dmake or nmake. Is there a repository out there where I can just d/l and install this module?