CompTIA Exam Questions

What command can be used to install a Perl module (‘module’) from the CPAN archive?

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