K
king
Suppose i want to install a perl module in windows.
1.so first down load the module
2.Extract the module to *\perl\lib folder.
3. In command prompt go to *\perl\lib\module name.
then
type perl makefile.pl
It will create a make file.
then $ make (Not working for me)
$ make test (Not working for me)
$ install (Not working for me)
Can any-body suggest how to install the module in windows XP.
1.so first down load the module
2.Extract the module to *\perl\lib folder.
3. In command prompt go to *\perl\lib\module name.
then
type perl makefile.pl
It will create a make file.
then $ make (Not working for me)
$ make test (Not working for me)
$ install (Not working for me)
Can any-body suggest how to install the module in windows XP.