Skip to content

Instantly share code, notes, and snippets.

@s-shin
Created April 9, 2014 13:04
Show Gist options
  • Select an option

  • Save s-shin/10267831 to your computer and use it in GitHub Desktop.

Select an option

Save s-shin/10267831 to your computer and use it in GitHub Desktop.
A script listing installed modules.
perl -MExtUtils::Installed -le 'print join "\n" => sort ExtUtils::Installed->new->modules;'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment