The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Coverage

Some problems come up very often on the mailing list. If you think some important problem that is being reported frequently on the list is not included below, even if it is found elsewhere in the Guide, please tell me.

my() scoped variable in nested subroutines

See the section "my() Scoped Variable in Nested Subroutines".

Segfaults caused by PerlFreshRestart

See the section Evil things might happen when using PerlFreshRestart

Problems with DSO

If you get the mod_perl binary package (i.e. RPM) and it doesn't work, try and get a static install to work. mod_perl DSO does not work reliably. If mod_perl is compiled statically into Apache, it just works, and you don't need to configure the web server with anything, and you'll probably need to comment out lines like "LoadModule ...".

Also dee the section" mod_perl Deployment Overview".