im trying to install a module.
The directions for installing modules say:
download the file,
extract it,
put the file under "c:/perl/lib/module-here"
go to "cmd"
type there:
perl makefile.pl
make
make install
But my problem is that this "make" command simply doesn work in my computer.
All i get is " 'make' is not recognized as an internal command, operable program or batch file".
How do i solve that?
Im using Windows XP, no linux and no unix.