Jake Peavy wrote:
Undefined subroutine &POE::Component::SimpleDBI::SubProcess::main called at
C:/Perl/site/lib/POE/Component/SimpleDBI.pm line 810.


POE::Component::SimpleDBI::SubProcess isn't loaded by SimpleDBI. It does two different things. For win32, it calls SubProcess::main(), and for everything else, it executes an external perl process that explicitly loads the module.

I would add

use POE::Component::SimpleDBI::SubProcess;

near the top of SimpleDBI, and submit a patch to the author.

Hope that helps,

Rob

Reply via email to