in reply to neomail and perl install

If you have CPAN installed you should try using that to install and manage modules as it makes life quite a bit easier.

Try -
     perl -MCPAN -e 'install Some::Module'

Replies are listed 'Best First'.
Re: Re: neomail and perl install
by PodMaster (Abbot) on May 07, 2003 at 12:56 UTC
    Except in this case, it wouldn't help. CPAN and MakeMaker both use Config;, and if Config.pm is corrupted, it's not gonna help one bit.


    MJD says you can't just make shit up and expect the computer to know what you mean, retardo!
    I run a Win32 PPM repository for perl 5.6x+5.8x. I take requests.
    ** The Third rule of perl club is a statement of fact: pod is sexy.

      <doh>

      Gads! How could I have missed that?
      thanks for the correction
      </doh>

Re: Re: neomail and perl install
by nathanvit (Beadle) on May 07, 2003 at 15:20 UTC
    I've tried to type perl -MCPAN -e 'install MD5' and it started installation. Then i retype it but it responds: Probably have i to be root?
      No, I think that Improv is correct...you need to install the perl development package for Mandrake.....which is where I get off, as I am strictly a Debian guy and  apt-get install perl just isn't going to help you much ;-)