in reply to Re: Remove perl module
in thread Remove perl module

What is a CPAN shell?

Replies are listed 'Best First'.
Re: Re: Re: Remove perl module
by gjb (Vicar) on Nov 29, 2002 at 10:23 UTC

    It's a perl program to interact with CPAN allowing to manage modules (installing, updating, querying, etc.). It can be invoked from the command line with perl -MCPAN -eshell. The built-in help should be sufficient to get you started.

    Hope this helps, -gjb-