Difference between revisions of "PERL Info"
Jump to navigation
Jump to search
(Created page with "= Perl Module Information = Perl is one of my favourite scripting languages and has a lot of available modules to assist in functionality! <br /> = CPAN Install Information = <pr...") |
|||
Line 3: | Line 3: | ||
<br /> | <br /> | ||
= CPAN Install Information = | = CPAN Install Information = | ||
+ | This is just an example: | ||
<pre style="color:blue"> | <pre style="color:blue"> | ||
− | |||
perl -MCPAN -e 'install HTML::Template' | perl -MCPAN -e 'install HTML::Template' | ||
</pre> | </pre> | ||
<br /> | <br /> |
Revision as of 06:37, 9 June 2014
Perl Module Information
Perl is one of my favourite scripting languages and has a lot of available modules to assist in functionality!
CPAN Install Information
This is just an example:
perl -MCPAN -e 'install HTML::Template'