installing modules

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.
 
N

niall.macpherson

king wrote:

Can any-body suggest how to install the module in windows XP.

Unless you specifically want to compile it yourself , you're probably
better off letting the perl package manager (ppm) do it for you

Type ppm at the command line and you will get this

PPM - Programmer's Package Manager version 3.2.
Copyright (c) 2001 ActiveState Corp. All Rights Reserved.
ActiveState is a division of Sophos.

Entering interactive shell. Using Term::ReadLine::perl as readline
library.

Type 'help' to get started.

ppm>

Then

search <modulename>

to search for a module

and

install <modulename>

to install a module

Hope this helps
 
K

king

king wrote:



Unless you specifically want to compile it yourself , you're probably
better off letting the perl package manager (ppm) do it for you

Type ppm at the command line and you will get this

PPM - Programmer's Package Manager version 3.2.
Copyright (c) 2001 ActiveState Corp. All Rights Reserved.
ActiveState is a division of Sophos.

Entering interactive shell. Using Term::ReadLine::perl as readline
library.

Type 'help' to get started.

ppm>

Then

search <modulename>

to search for a module

and

install <modulename>

to install a module

Hope this helps

Yes installing modules by PPM can be done. But what if not connected to
internet then how can i install a module in windows.
 
T

Tintin

king said:
Yes installing modules by PPM can be done. But what if not connected to
internet then how can i install a module in windows.

How did you download the module to install in the first place? Did you get
it off a CD?
 
K

king

Tintin said:
How did you download the module to install in the first place? Did you get
it off a CD?

yes suppose I downloaded it from a net cafe and brought it home with
usb stick.
then i want to install it in a windows machine.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
474,263
Messages
2,571,064
Members
48,769
Latest member
Clifft

Latest Threads

Top