Subject: | Queries fail for MSWin32 platforms |
This is the next step after
42890 CONNECT hangs (goes off into limbo on Windows)
Even with binmode(...) run at the top of the .pm it needs to be run in
this sub too.
'Program' => sub {
# Required for this to work on MSWin32
binmode(STDOUT);
binmode(STDIN);
POE::Component::SimpleDBI::SubProcess::main() },