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