Help for this page

Select Code to Download


  1. or download this
      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'
    
  2. or download this
                log_msg(0,"$pfx: starting child with command [$trigger]") 
    +if $DEBUG;
                        eval { $kid = POE::Wheel::Run->new(
    ...
                                'ErrorEvent'    =>    'errorstate',
                                );
                        };
    
  3. or download this
    [2016/09/30-21:53:09] [I] process(): starting child with command [E:\M
    +IRA\strawberry\perl\bin\perl C:/EFS/bin/(myWheel).pl --debug 2 (...) 
    + "E:\MIRA\Migration\medfolio_test\NxExport\output\Alles/FOLDER_414860
    +93_177671_4/OVERVIEW.xml"]
    [2016/09/30-21:53:14] [E] select:  at E:/MIRA/strawberry/perl/site/lib
    +/IO/Pipely.pm line 127.
    
  4. or download this
    120:    my $hits = select( my $out_read   = $in_read,
    121:                       my $out_write  = $in_write,
    ...
    126:      next if ($! and ($! == EINPROGRESS) or ($! == EWOULDBLOCK));
    127:      die "select: $!" unless $hits;
    128:    }
    
  5. or download this
        my $fh;
        unless (open($fh,'<:encoding(UTF-16)',$ov_file)) {
            ...