logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt

CPAN - Manage Perl Modules | Online Free DevTools by Hexmos

Manage Perl modules with CPAN. Install, upgrade, recompile, and force install Perl modules effortlessly. Free online tool, no registration required.

cpan

Query, download and build perl modules from CPAN sites. More information: https://manned.org/cpan.

  • Install a module (-i is optional):

cpan {{-i}} {{module_name}}

  • Force install a module (-i is not optional):

cpan -fi {{module_name}}

  • Upgrade all installed modules:

cpan -u

  • Recompile modules:

cpan -r

See Also