Installation of Perl modules is simple. You use cpan command as follows:
# cpam <ModuleName>
For example to install Net::Server::Mail module (a Perl-based mail server) you execute the following command:
# cpan Net::Server::Mail
References
Installation of CPAN Modules