What command can be used to install a Perl module (‘$module’) from the CPAN archieve?
A.
perl –cpan -i $module
B.
perl -MCPAN -e "install $module"
C.
perl -i $module
D.
perl –cpan -e "make $module"
E.
perl -MCPAN –install $module
What command can be used to install a Perl module (‘$module’) from the CPAN archieve?
What command can be used to install a Perl module (‘$module’) from the CPAN archieve?
A.
perl –cpan -i $module
B.
perl -MCPAN -e "install $module"
C.
perl -i $module
D.
perl –cpan -e "make $module"
E.
perl -MCPAN –install $module