Link to home
Start Free TrialLog in
Avatar of Wayne Leister
Wayne LeisterFlag for United States of America

asked on

Where can I get nmake to install perl modules??(Win32)

Where can I get nmake to install perl modules??  The perl documentation lists the microsoft site.  But the link is bad. And I can't find it by searching.
Are there any alternatives?
The module in question just needs to be installed not compliled(I think).  It is the win32::api module.  
Is there a way to install it by hand? (moving files into the right directory)  Or is it more complicated than that.

Thanks for your help.
ASKER CERTIFIED SOLUTION
Avatar of Kim Ryan
Kim Ryan
Flag of Australia image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
If you use ActivePerl (http://www.activestate.com/), use PPM (perl package manager):
ppm install Win32-API
from command prompt.
Avatar of Wayne Leister

ASKER

Thanks,
I ended up using the PPM package from active state.