Re: QUERY: batch CPAN installation...

2008-03-14 Thread Peter Scott
[top first posting reordered] On Fri, 14 Mar 2008 12:27:17 +0100, eMko wrote: > Andrew Wan wrote: >> I've got a list of CPAN modules that I want to install, over the >> internet. >> >> From experience, I just type cpan, then: install HTML::Clean >> (press RETURN for dependency prompts) install H

Re: QUERY: batch CPAN installation...

2008-03-14 Thread eMko
Hello. This command perl -MCPAN -e"install Wx, Tie::File, Tie::Hash" works well. It is only for instance, because Wx I have installed (and using) and either Tie::File or Tie::Hash comes with Perl. When running perl, the -M parameter tells it to use a package. -e parameter tells it to run som