How do I install Perl modles on a dedicated server?

From the command line, as the root user, run:

  # perl -MCPAN -e shell

And then at the cpan command line run:

  cpan> install Module::Name


Tags: