From S23Wiki
cpan is the Comprehensive Perl Archive Network
the place to get perl modules from.
to get a cpan shell:
perl -MCPAN -e 'shell'
to install a module from cpan shell:
> install <module>
f.e.:
> install Graph::Easy
[edit] Related
Perl
[edit] Links: