CPAN
From FreeBSDwiki
Comprehensive Perl Archive Network
To install perl modules via CPAN, run
# cpan -i XXX:CGI-something:module
where XXX:CGI-something:module is the exact name of the module you want to install (case-sensitive, so be careful...)