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
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
I see some of the questions are out of syllabus from LX0-101, this is one of them.