I have setup an apache test server on my laptop with win xphome. I have a cgi program that needs me to access the command line and do this.
######################
In short, on your command line,
perl Makefile.PL
make
make test
make install
##############################
How can I do this if im not using a nix box.
Pat