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 HTML::ContentExtractor
(press RETURN for dependency prompts)
install HTML::Diff
(press RETURN for dependency prompts)
....
Is there a batch way I can install my packages? So I can repeat the
installation at another PC with just one command-line?