What command can be used to install a Perl module (‘$module’) 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
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 -MCPAN -e "install $module"
B.
perl -MCPAN -install $module
C.
perl -i $module
D.
perl -cpan -e "make $module"
E.
perl -cpan -i $module