Logrep::Common - Common library for logrep modules
use Logrep::Common;
SetCommonParameters (); GenerateReport (); GenerateTables ();
Exported variables : $config - pointer to logrep configuration object $dieopenmsg - common error message during file open $dieclosemsg - common error message during file close @dim - array containing attribute list. Must be set. $startdate - date from first log line (used in reports.) $enddate - date from last log line (used in reports.) %monthnr - lookup table (from MMM to month number) $n - number of lines in the processes log file. Must be set.
This module contains common reporting, counting and analysis functions used by logrep parsing modules.