Platform:
osname=MSWin32, osvers=6.3, archname=MSWin32-x86-multi-thread
uname='Win32 strawberry-perl-no64 5.18.4.1 #1 Thu Oct 2 16:30:08 2014 i386'
####
log_msg(0,"$pfx: starting child with command [$trigger]") if $DEBUG;
eval { $kid = POE::Wheel::Run->new(
'CloseEvent' => 'kidclose',
'Program' => $trigger,
'StderrEvent' => 'kidstderr',
'StdoutEvent' => 'kidstdout',
'ErrorEvent' => 'errorstate',
);
};
####
[2016/09/30-21:53:09] [I] process(): starting child with command [E:\MIRA\strawberry\perl\bin\perl C:/EFS/bin/(myWheel).pl --debug 2 (...) "E:\MIRA\Migration\medfolio_test\NxExport\output\Alles/FOLDER_41486093_177671_4/OVERVIEW.xml"]
[2016/09/30-21:53:14] [E] select: at E:/MIRA/strawberry/perl/site/lib/IO/Pipely.pm line 127.
####
120: my $hits = select( my $out_read = $in_read,
121: my $out_write = $in_write,
122: undef,
123: 5
124: );
125: unless ($hits) {
126: next if ($! and ($! == EINPROGRESS) or ($! == EWOULDBLOCK));
127: die "select: $!" unless $hits;
128: }
####
my $fh;
unless (open($fh,'<:encoding(UTF-16)',$ov_file)) {
...