Index: server/doc/install-howto.sh
===================================================================
--- server/doc/install-howto.sh	(revision 1108)
+++ server/doc/install-howto.sh	(revision 1109)
@@ -125,4 +125,9 @@
 # - Parse the output of perldoc -u perllocal | grep head2 on an existing
 #   server, and "notest install" them from the cpan prompt.
+# TO DO THIS:
+# On another server, run:
+# perldoc -u perllocal | grep head2 | cut -f 3 -d '<' | cut -f 1 -d '|' | sort -u | perl -ne 'chomp($pkg = $_); $pkg =~ s/::/-/g; print if system("rpm -q perl-$pkg >/dev/null 2>/dev/null")' > /mit/scripts/config/perl-packages.txt
+# Then on the server you're installing,
+    perl -MCPAN -e"$(echo notest install $(cat /mit/scripts/config/perl-packages.txt))"
 
 # Install the Python eggs and Ruby gems and PEAR/PECL doohickeys that are on
