User Tools

Site Tools


admin:perl

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

admin:perl [2013/10/17 22:07] – created jwarrioradmin:perl [2013/10/18 11:59] (current) jwarrior
Line 1: Line 1:
 +====== Perl ======
  
 +
 +  * 0 = false; non-zero = true
 +  * perl -MCPAN -e "install Devel::hdb" 
 +  * perl -MCPAN -e "CPAN::Shell->force(qw(install Devel::hdb));"
 +  * <code>
 +perl Makefile.PL
 +nmake
 +nmake install </code>