Re: Using CPAN.pm to Install Modules

2002-10-24 Thread eric-perl
On Thu, 24 Oct 2002, Jenda Krynicky wrote: > Maybe you should try a different mirror. Is there a command to update my urllist *interactively* (just like during the initial configuration)? If not: Where can I find a list of mirrors? -- Eric P. Sunnyvale, CA -- To unsubscribe, e-mail: [EMAIL P

Re: Using CPAN.pm to Install Modules

2002-10-24 Thread Randy Perkins
this would mess me up also replace the slash with two colons perl -MCPAN -e shell cpan> install MIME::Lite after i get past that hurdle i have to be sure it passes all its tests and when it doesnt i have to find out why and fix it usually in directory /home//.cpan/build// is more information some

Re: Using CPAN.pm to Install Modules

2002-10-24 Thread Jenda Krynicky
From: [EMAIL PROTECTED] > On Wed, 23 Oct 2002, Jenda Krynicky wrote: > > > I'm confounded by CPAN.pm's documentation. I've already configured > > > the module but can't figure out how to 'install' a module. e.g., > > > MIME::Lite. > > > > Try > > cpan> install MIME::Lite > > That was the first

Re: Using CPAN.pm to Install Modules

2002-10-23 Thread eric-perl
On Wed, 23 Oct 2002, Jenda Krynicky wrote: > > I'm confounded by CPAN.pm's documentation. I've already configured the > > module but can't figure out how to 'install' a module. e.g., > > MIME::Lite. > > Try > cpan> install MIME::Lite That was the first thing that I tried. CPAN complained tha

Re: Using CPAN.pm to Install Modules

2002-10-23 Thread Jenda Krynicky
From: [EMAIL PROTECTED] > I'm confounded by CPAN.pm's documentation. I've already configured the > module but can't figure out how to 'install' a module. e.g., > MIME::Lite. > > Starting with... > > %> perl -MCPAN -e shell > cpan> i MIME/Lite > > tells me that there's a dis