Help for this page

Select Code to Download


  1. or download this
    if($^O eq "MSWin32") {
        eval '*F_GETFL = sub {0};';
        eval '*F_SETFL = sub {0};';
        eval '*O_NONBLOCK = sub {0}; ';
    }
    
  2. or download this
    if($^O eq "MSWin32") {
        eval '*F_GETFL = sub () {0};';
        eval '*F_SETFL = sub () {0};';
        eval '*O_NONBLOCK = sub () {0}; ';
    }