Help for this page

Select Code to Download


  1. or download this
      for my $oflag (qw/ NOFOLLOW BINARY LARGEFILE NOINHERIT /) {
    
  2. or download this
      # Special case O_EXLOCK
      $LOCKFLAG = eval {
    ...
        local $SIG{__WARN__} = sub {};
        &Fcntl::O_EXLOCK();
      };
    
  3. or download this
    unless ($^O eq 'MacOS') {
      for my $oflag (qw/ TEMPORARY /) {
    ...
        };
      }
    }
    
  4. or download this
    perl -le print $^O