December 2013 Archives

Keeping up to date.

Here is one way

 
      perl -nE '
            /=head2.*L([^|]+)/ and $s{$1}++;
           END{ say for (keys %s)}' `perldoc -l perllocal` | 
      while read f; do cpanm $f; done

What are some others?

About chris fedde

user-pic Chris has been building tomorrow's legacy systems for more than 2 decades. His favorite way of achieving this is through what he calls programming by research and find that perl and the CPAN provide a rich platform, ecosystem and community to succeed within.