in reply to Remove perl module
It's a perl program to interact with CPAN allowing to manage modules (installing, updating, querying, etc.). It can be invoked from the command line with perl -MCPAN -eshell. The built-in help should be sufficient to get you started.
Hope this helps, -gjb-