Hi Chris, Tks for your advice.
Chris Devers <[EMAIL PROTECTED]> wrote: > To look up a module, try: > > cpan> i /PATTERN/ > > for example, > > cpan> i /lgorithm/ > > (I forget if the pattern is case sensitive here, so > I'm leaving off the > initial 'a' from 'algorithm' to be on the safe > side.) It works on both upper and lower cases. > To install a module, try: > > cpan> install Module - snip - > Please read `perldoc CPAN.pm` for an overview of the > CPAN.pm shell: > > $ perldoc CPAN.pm - snip - > <Ctrl+d> should have worked, but the right way is to > just `quit`: > > cpan> quit > > Lockfile removed. > $ > > and you end up back at your OS shell prompt. Noted with thanks B.R. Stephen -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>