If you want to list all the installed perl module’s on the server then you can use the instmodsh command .
instmodsh command provides an interactive shell interface to query details of locally installed Perl modules.
root@server[#]instmodsh
you will get the output like ::
Available commands are: l - List all installed modules m <module> - Select a module q - Quit the program cmd?
at cmd ? command prompt type l to get list of all installed perl modules
Output ::
cmd? l Installed modules are: Acme::Spork AppConfig Archive::Tar Archive::Tar::Streamed Archive::Zip Attribute::Handlers Authen::Libwrap BSD::Resource Bundle::Interchange Business::OnlinePayment Business::OnlinePayment::AuthorizeNet Business::UPS CDB_File CGI CPAN CPAN::DistnameInfo CPAN::Meta CPAN::Meta::YAML CPAN::SQLite Class::Accessor Class::Load Class::MakeMethods Class::Singleton Class::Std Class::Std::Utils Clonecmd?
That’s all.
