Skip to content

Instantly share code, notes, and snippets.

@shervinafshar
Created May 6, 2014 23:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shervinafshar/c3cd98543a3a9db86a30 to your computer and use it in GitHub Desktop.
Save shervinafshar/c3cd98543a3a9db86a30 to your computer and use it in GitHub Desktop.
Install the Perl modules from one installation version into another with one command
C:\Perl-510\ppm.bat list | perl -wnE "system('C:\Perl-516\bin\ppm.bat install ' . $_ . ' --force') for /^\| (.+?)\|/g"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment