InterviewSolution
Saved Bookmarks
| 1. |
What Is Cpan ? What Are The Modules Coming Under This? |
|
Answer» CPAN is Comprehensive Perl Archive Network. It’s a repository CONTAINS THOUSANDS of Perl modules, source and documentation, and all under GNU/GPL or similar LICENSE. Some LINUX distributions provide a TOOL named "cpan" with which you can install packages directly from CPAN CPAN is Comprehensive Perl Archive Network. It’s a repository contains thousands of Perl modules, source and documentation, and all under GNU/GPL or similar license. Some Linux distributions provide a tool named "cpan" with which you can install packages directly from CPAN |
|