in reply to how to install ppm
Most Linux systems, on the other hand come with a compiler, and can therefore compile the non-perl components of the Perl modules localy.
The easiest method of installing modules under Linux is to run the CPAN module, like this:
After some configuration questions, that should give you a prompt at which you can simply sayperl -MCPAN -e shell
and it will install the desired module. It will even chase down the module dependencies, if you configure it that way.install Some::Module
|
|---|