What command can be used to install a Perl module (‘$module’) from the CPAN archive? seenagape 9 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 -install $module D. perl -MCPAN -e “install $module” E. perl -cpan -i $module ← Previous question Next question →