perl Makefile.PL perl -V:make (should give dmake for strawberry perl) #if it gives dmake, do this... dmake dmake test dmake install #if it gave nmake, do this... nmake nmake test nmake install #make it's only when it gives make ;)