54a4d81712
IO::LockedFile class gives us the same interface of the IO::File class to files with the unique difference that those files are locked using the flock mechanism.
3 lines
162 B
Text
3 lines
162 B
Text
IO::LockedFile class gives us the same interface of the IO::File class
|
|
to files with the unique difference that those files are locked using
|
|
the flock mechanism.
|