in reply to Errors manually loading modules

I'm running Windows XP. I've downloaded strawberryperl 5.10.0 and nmake. When I enter the command "perl -V:make" it says I should be using dmake, but when I use that command it is not found.

Strawberryperl doesn't require nmake, as it comes with dmake. If that command is not found, then you haven't installed strawberry perl correctly (may need to reboot, or just set path=C:\strawberry\perl\bin\;C:\strawberry\c\bin;%path%;).