Help for this page

Select Code to Download


  1. or download this
    my $flags=fcntl $fh,F_GETFL,0 || die "fcntl call failed: $!\n";
    
  2. or download this
    my $flags=fcntl $fh,F_GETFL, (0||die "fcntl call failed: $!\n");