Help for this page

Select Code to Download


  1. or download this
    use warnings;
    use strict;
    ...
      print "Exists\n";
      $SYSOPEN_MODE |= &{ $Fcntl::{'O_NONBLOCK'} };
    }
    
  2. or download this
    Exists
    Your vendor has not defined Fcntl macro O_NONBLOCK, used at fctest.pl 
    +line 8.