User Tools

Site Tools


perl

Differences

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

Link to this comparison view

Next revision
Previous revision
Next revisionBoth sides next revision
perl [2009/09/03 08:28] – created 172.26.0.166perl [2009/09/17 08:14] 172.26.0.166
Line 1: Line 1:
 ===== Perl tips ===== ===== Perl tips =====
 +
 +==== Installing mod_perl ====
 +Quick start: http://perl.apache.org/docs/2.0/user/intro/start_fast.html#Installation
  
 === Administration === === Administration ===
Line 10: Line 13:
 List installed module versions (from inside the shell): List installed module versions (from inside the shell):
   * <code>r</code>   * <code>r</code>
 +
 +==== Living with CPAN ====
 +Good tips on using CPAN: http://sial.org/howto/perl/life-with-cpan/
 +
 +=== Installing modules in other paths ===
 +
 +http://sial.org/howto/perl/life-with-cpan/non-root/
 +
 +=== cpan2rpm ===
 +Installing through CPAN is dangerous because it doesn't have an uninstall command and modules you install are not registered in a package manager (and therefore can only be removed manually).  Use ''cpan2rpm'' to create RPMs from CPAN modules: http://perl.arix.com/cpan2rpm/
 +
 +  * Install:
 +<code># rpm -Uvh ~alan/cpan2rpm-2.028-1.noarch.rpm</code>
perl.txt · Last modified: 2010/05/22 14:19 by 127.0.0.1