in reply to cpan shell

That sounds quite strange, since the CPAN module is a bundled one: if you have perl on your system you really should have CPAN, too.

Which distribution are you using? Does

locate CPAN.pm

return anything?

Ciao!
--bronto

# Another Perl edition of a song:
# The End, by The Beatles
END {
  $you->take($love) eq $you->make($love) ;
}

Replies are listed 'Best First'.
Re: Re: cpan shell
by matth (Monk) on Jan 27, 2003 at 11:51 UTC
    I have the CPAN shell. But it doesn't seem to work. For example:

      Ah!

      I think you need to reconfigure your CPAN module: look at this:

      cpan_home y

      It seems that you answered "y" to the question that asked where to put the cpan cache; being "y" a relative path, it will mess things up if the module does chdir somewhere. Just reconfigure and put something a reasonable path in, e.g. /var/cache/cpan. It should work.

      Ciao!
      --bronto

      # Another Perl edition of a song:
      # The End, by The Beatles
      END {
        $you->take($love) eq $you->make($love) ;
      }

Re: locate
by htoug (Deacon) on Jan 27, 2003 at 20:47 UTC
    Yes, it returns:
    <ht000@tortuga:/home/ht000:!>$ oc$ locate CPAN.pm bash: locate: command not found <ht000@tortuga:/home/ht000:!>$ oc$
    ;-P

    BTW:

    uname -a OSF1 tortuga.foa.dk V4.0 1229 alpha
      How do I solve this problem? Do I need to change the bash setup? Time for me to look back at my linux book I think.