perl
Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| perl [2009/09/03 08:28] – created 172.26.0.166 | perl [2010/05/22 14:19] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ===== Perl tips ===== | ===== Perl tips ===== | ||
| + | |||
| + | ==== Installing mod_perl ==== | ||
| + | Quick start: http:// | ||
| === Administration === | === Administration === | ||
| Line 10: | Line 13: | ||
| List installed module versions (from inside the shell): | List installed module versions (from inside the shell): | ||
| * < | * < | ||
| + | Reconfigure cpan | ||
| + | * < | ||
| + | |||
| + | ==== Living with CPAN ==== | ||
| + | Good tips on using CPAN: http:// | ||
| + | |||
| + | You can reconfigure CPAN completely by using 'o conf init' at the cpan | ||
| + | prompt. Or you can configure a single option with o conf followed by the | ||
| + | option and the values you want to set. Then use 'o conf commit' | ||
| + | the changes permenantly. Entering just 'o conf' will show the current | ||
| + | settings | ||
| + | |||
| + | === Installing modules in other paths === | ||
| + | |||
| + | http:// | ||
| + | |||
| + | === cpan2rpm === | ||
| + | Installing through CPAN is dangerous because it doesn' | ||
| + | |||
| + | * Install: | ||
| + | < | ||
perl.1251966527.txt.gz · Last modified: (external edit)
