Does it matter what version of perl is currently running (I am on 5.61), and 
are there any concerns on using the automatic installation process against a 
production environment?  Does the automatic process pick the right version 
of the module based on what is already installed?

Thanks

Carlin


----Original Message Follows----
From: <[EMAIL PROTECTED]>
To: TS <[EMAIL PROTECTED]>
CC: <[EMAIL PROTECTED]>
Subject: Re: modules
Date: Fri, 5 Oct 2001 12:27:27 +0200 (CEST)

On Fri, 5 Oct 2001, TS wrote:

 > I use perl 5.005_03.
 > how do I find out what modules are installed ?

$perl -MCPAN -e autobundle
This will first search for all installed module. Then it will search the
cpan archive for updates...
Perhaps you need answere a few question if this is the very first time you
connect to CPAN. But it's easy. Just do it:-)

 > and how do I add new modules ?(where are they
 > available?).

$perl -e MCPAN -e 'install MODUL_NAME::xxx'

this will search the archive after module namedd MODUL_NAME::xxx and
install it. If this module need other modules to work ok. The installation
prossess will automatic fix this.


Karl


--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


_________________________________________________________________
Chat with friends online, try MSN Messenger: http://messenger.msn.com


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to