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