[PERL CPAN] whenever any perl module found missing
CPAN is Comprehensive Perl Archive Network, a cool place to install Perl Modules instead of keep searching
---------------------------------------------------
you can simple install it as
"perl -MCPAN -e "install e.g.
#perl -MCPAN -e "install Net::CIDR"
if it's giving error and asking a force install, most probably a depending module isn't present
so install that first, or if you still wanna install it do a FORCE install
e.g.
#perl -MCPAN -e "CPAN::Shell->force(qw(install Net::CIDR))"
No comments:
Post a Comment