On zo, 2010-09-05 at 14:35 +1200, Andrew McLaren wrote: > Still struggling
Hi Andrew, You might want to check out StrawberryPerl @ http://strawberryperl.com/ - They provide lots of often used binary modules, such as DBD::Pg, pre-installed, and they go through a great deal of trouble to make sure the dll's won't clash with any other DLLs that happen to be inside your path. This might just help you. There are also packages available for using mod_perl with Strawberry: http://strawberryperl.com/package/kmx/mod_perl/ You should no longer need to hunt for PPD packages (actually, you'd better not) but you can install everything with the bundled CPAN client and build environment. Hope it helps, Mike.