in reply to Problem installing HTML::Form
Strawberry Perl does not use nmake.exe. It uses dmake.exe (that already comes with it).
Most likely, you just want to use the all-in-one cpan command to install a module:
> cpan LWP::UserAgent [download]