Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Perl Module Manager 1

Status
Not open for further replies.

spookie

Programmer
May 30, 2001
655
IN
Hi,

Can someone suggest me a good Perl Module Manager for downloading perl modules and its dependencies.
I have tried one (Lucksot), but the dependencies are not getting downloaded automatically and downloading each and every dependency is horrible task.

TIA
p.s. The OS is windows XP.



--------------------------------------------------------------------------
I never set a goal because u never know whats going to happen tommorow.
 
CPAN

Code:
perl -MCPAN -e shell

HTH

Paul
------------------------------------
Spend an hour a week on CPAN, helps cure all known programming ailments ;-)
 
Hi Paul,

I am getting error 'Can't locate CPAN.pm in @inc'.
This module is not installed on machine. What am i doing wrong?
Is it meant for UNIX based system?


--------------------------------------------------------------------------
I never set a goal because u never know whats going to happen tommorow.
 
Assuming you have ActiveState perl, you can use their PPM (perl package manager). They don't always have all the modules like CPAN, but they certainly have most of them.

Steve

[small]"Every program can be reduced by one instruction, and every program has at least one bug. Therefore, any program can be reduced to one instruction which doesn't work." (Object::perlDesignPatterns)[/small]
 
I don't have activePerl :(.
I have downloaded a software called XAAMP which internally install PERL, PHP, APACHE and MySQL in a specific directory structure and configure the APACHE.
Any suggestions?

--------------------------------------------------------------------------
I never set a goal because u never know whats going to happen tommorow.
 
You can download CPAN from here.

I've used it on a number of Windows machines, but I've never had to install it seperately... but shouldn't be too hard.

Let us know if you run into problems installing it!

X
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top