Help for this page

Select Code to Download


  1. or download this
    Your vendor has not defined POSIX macro F_GETFL, used at C:/Perl/site/
    +lib/POE/Wheel/SocketFactory.pm line 377
    
  2. or download this
      # Don't block on socket operations, because the socket will be
      # driven by a select loop.
      my $flags = fcntl($socket_handle, F_GETFL, 0)
    ...
          $poe_kernel->yield($state_failure, 'fcntl', $!+0, $!);
          return undef;
        };