What command can be used to install a Perl module (‘module’) from the CPAN archive? admin 14 years ago What command can be used to install a Perl module (‘module’) from the CPAN archive? A.perl-i $module B.perl -cpan -e "make $module" C.perl -MCPAN -e "install $module" D.perl -cpan -i $module E.perl -MCPAN -install $module ← Previous question Next question →