in reply to Installing CPAN module using cpan shell

I think you can use

CPANPLUS fetch method.

The fetch method will download the specified module to the current directory.

  • Comment on Re: Installing CPAN module using cpan shell

Replies are listed 'Best First'.
Re^2: Installing CPAN module using cpan shell
by perlthirst (Scribe) on Mar 04, 2009 at 06:35 UTC
    In unix there is a command "cpan" you can use that.
      Since perl 5.009005 there is a command "cpanp" you can use that.