ad4f267b7a
search.cpan.org is shutting down. It will redirect to metacpan.org after June 25, 2018. With hat: perl
7 lines
382 B
Text
7 lines
382 B
Text
The File::Append::TempFile module provides an OOP interface to appending
|
|
data to files using a temporary file, in order to ensure the atomicity of
|
|
the updates. Care should be taken to ensure that no other applications
|
|
try to modify the original file concurrently, since any changes made while
|
|
appending the data may be lost.
|
|
|
|
WWW: https://metacpan.org/release/File-Append-TempFile
|