Name : perl-File-SetSize
| |
Version : 0.3
| Vendor : obs://build_opensuse_org/devel:languages:perl
|
Release : lp154.8.1
| Date : 2023-01-27 15:57:38
|
Group : Development/Libraries/Perl
| Source RPM : perl-File-SetSize-0.3-lp154.8.1.src.rpm
|
Size : 0.01 MB
| |
Packager : https://www_suse_com/
| |
Summary : Perl extension for reducing files from the top down
|
Description :
A very simple module to keep a file at set size by removing lines from the start of the file until the file is at the desired size. Ment created for apache logs.
usage
use File::SetSize;
$file_name = \"/usr/local/apache/logs/access_log\"; $keepatsize = 500; # in bytes
SetSize($file_name,$keepatsize);
|
RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/devel:/languages:/perl:/CPAN-F/15.4/noarch |