Installing CPAN Perl modules made easy
2008-05-28 10:26:14
To install CPAN Perl modulos is easy once you know the exact command. For instance, here you got the command to install the JSON module... Installing other modules is that easy, just change the module name.
perl -MCPAN -e 'install JSON'