PrepAway - Latest Free Exam Questions & Answers

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?

PrepAway - Latest Free Exam Questions & Answers

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

Explanation:
man perlmod


Leave a Reply