SysAdmin Tips, Tricks and other Software Tools
First make sure CPAN or CPANPLUS is installed using yum.
Installing a module:
# cpan cpan> install Net::SFTP
Updating the currently installed version of CPAN:
# cpan cpan> install CPAN cpan> reload cpan cpan> exit
Uninstalling a module:
http://search.cpan.org/~xaicron/App-pmuninstall/