Help for this page

Select Code to Download


  1. or download this
        use Fcntl;
        fcntl($filehandle, F_GETFL, $packed_return_buffer)
            or die "can't fcntl F_GETFL: $!";
    
  2. or download this
    $cur_opts = fcntl( FH, &F_GETFL, 0 );