kaiux

Perl Tips

Jan 31st, 2016
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Perl 0.19 KB | None | 0 0
  1. * List instaled Perl modules (perlbrew)
  2. perl -MExtUtils::Installed -E 'say($_) for ExtUtils::Installed->new->modules'
  3.  
  4. * Create Module Cpan Style
  5. http://www.perlmonks.org/?node_id=431702
Add Comment
Please, Sign In to add comment