http://qs321.pair.com?node_id=1212553


in reply to Re: Problems obtaining nmake
in thread Problems obtaining nmake

Or use ppm, since AS provides a version that way: https://code.activestate.com/ppm/dmake/

ppm install dmake

Replies are listed 'Best First'.
Re^3: Problems obtaining nmake
by syphilis (Archbishop) on Apr 08, 2018 at 22:34 UTC
    ppm install dmake

    If it's an older version of perl, AS might deny access to the ppm repo (unless a fee is paid).
    If access to the ppm repo is available, the OP can also install LWP::UserAgent and associated modules with:
    ppm install libwww-perl
    Cheers,
    Rob