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