Try:
perl -MCPAN -e'install Imager'
The -e flag tells perl that the string 'install Imager' should be executed as Perl code. Without it, perl assumes that there is a file called 'install Imager' and tries to open that file and execute any Perl it finds within it.
In reply to Re: Using CPAN
by tobyink
in thread Using CPAN
by LloydRice
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |