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?

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



Leave a Reply 1

Your email address will not be published. Required fields are marked *


bob

bob

I see some of the questions are out of syllabus from LX0-101, this is one of them.