What command can be used to install a Perl module (‘Smodule’) from the CPAN archive?

What command can be used to install a Perl module (‘Smodule’) from the CPAN archive?

What command can be used to install a Perl module (‘Smodule’) 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



Leave a Reply 0

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