search.cpan.org is shutting down. It will redirect to metacpan.org after June 25, 2018. With hat: perl
6 lines
361 B
Text
6 lines
361 B
Text
File::Write::Rotate can be used to write to file, usually for logging, that can
|
|
rotate itself. File will be opened in append mode. Locking will be done to avoid
|
|
conflict when there are multiple writers. Rotation can be done by size (after a
|
|
certain size is reached), by time (daily/monthly/yearly), or both.
|
|
|
|
WWW: https://metacpan.org/release/File-Write-Rotate
|