About 22,100,000 results
Open links in new tab
  1. What is the difference between cpan and cpanm? [duplicate]

    Jul 8, 2016 · What is the difference between the cpan and cpanm commands? They both seem to install perl modules, so what is the difference?

  2. How do I get a list of installed CPAN modules? - Stack Overflow

    perldoc <module name> individually for any CPAN module that takes my fancy or going through the file system and looking at the directories, I have no idea what modules we have installed. What's the …

  3. How do I update all my CPAN modules to their latest versions?

    Sep 16, 2010 · An alternative method to using upgrade from the default CPAN shell is to use cpanminus and cpan-outdated. These are so easy and nimble to use that I hardly ever go back to CPAN shell. …

  4. perl - Which cpan installer is the right one? (CPAN.pm/CPANPLUS ...

    There are multiple installers for cpan modules available; I know of at least CPAN.pm (comes with perl,) CPANPLUS, and cpanminus. What is the difference between the three? What situations call for...

  5. How can I use CPAN as a non-root user? - Stack Overflow

    I want to install perl modules on a shared server on which I do not have root access. How can I do this? They also seem to have an older version of CPAN (it complains about that when running the co...

  6. How can I de-install a Perl module installed via `cpan`?

    Apr 13, 2010 · I am using Perl running in user space (not installed via root) and installing modules via the command-line cpan. I would like to know if there is a simple way to remove a module without …

  7. What's the easiest way to install a missing Perl module?

    Sep 16, 2008 · Using cpan to install App::cpanminus is a bit odd. The normal install instructions involve a bootstrapping procedure of downloading a part of it from cpanmin.us and using that to install the …

  8. How can I install local modules with the cpan tool?

    Nov 5, 2009 · cpan I also need to install a couple of non-CPAN modules (Atlassian Crowd -> svn connector) to the global PERL5LIB. I vaguely remember that cpan can install from local sources, …

  9. Can I install Perl modules without root access? - Stack Overflow

    Aug 15, 2011 · I have a 1and1 hosting account and would like to install some Perl CPAN modules that are not part of the standard host package. Is it possible to install modules without root access? If so, …

  10. perl - How do I automate CPAN configuration? - Stack Overflow

    Aug 11, 2010 · The first time you run cpan from the command line, you are prompted for answers to various questions. How do you automate cpan and install modules non-interactively from the …