Advertisement
ShoLah0

How to install Perl modules from CPAN

Oct 6th, 2012
37
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.10 KB | None | 0 0
  1. perl -MCPAN -e shell
  2. cpan> install HTML::Template
  3.  
  4. or:
  5. perl -MCPAN -e 'install HTML::Template'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement