You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Many modules take a filehandle for input or output (e.g. IO::Compress::Gzip) and they don't bother locking. We should make it easy to produce locked handles from filehandle.
Many modules take a filehandle for input or output (e.g. IO::Compress::Gzip) and they don't bother locking. We should make it easy to produce locked handles from
filehandle
.or
Or something along those lines. In the latter case we can guess LOCK_EX or LOCK_SH based on the
$mode
.The text was updated successfully, but these errors were encountered: