How do I install Perl modles on a dedicated server?
Virag Ivankay
2006-11-12
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
Virag Ivankay
2006-11-12
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