How to Install a CPAN module
(Category: Programming)
To install the modules on a *nix system, type:
perl -MCPAN -e "install XML::Parser"
perl -MCPAN -e "install XML::RSS"
More to Read:
Previous Posts: