http://www.perlmonks.org?node_id=92948

chu has asked for the wisdom of the Perl Monks concerning the following question: (database programming)

I'm very new to installing modules to Perl, but not coding under Perl. I've dled Apache, MySQL, Activestate Perl and installed these a while ago. Now, I dled the DBI module from CPAN - I'm having trouble installing it though under my windows machine. I tried using what the readme said:
	    perl Makefile.PL
	    make
	    make test
	    make install
I got past the first step (perl Makefile.PL). How do i do the next few steps?

Originally posted as a Categorized Question.