perldoc -t perllocal | perl -lane'/"Module"/ && print $F[-1]' | sort -u >/tmp/pms #### perlbrew switch perl-5.42.0 #### cpanm -v >/tmp/inst.log & tail -f /tmp/inst.log #### cat /tmp/pms | while read module ; do cpanm -v $module ; done #### perl -MLWP::Simple -e'print$_[rand(split(q.%%\n., get(q=http://cpan.org/misc/japh=)))]'