I am trying to install a perl module and here are the install instructions To build this module, run the following commands: perl Makefile.PL make make test make install when I run anything with make , I get the error that the command is unsupported. Any help? C:\Documents and Settings\stan\Desktop\HTML-Clean-0.8> make install 'make' is not recognized as an internal or external command, operable program or batch file. Code (markup): Im using windows XP
Make is a linux command, not for windows. You are dealing with Unix files there, not windows files. To run them, get CYGWIN.