> > open MYMESSGELOGFILE, "< /var/log/messages"; > open MYSECURELOGFILE, "< /var/log/secure"; > > my @messageLog = <MYMESSGELOGFILE>; > my @secureLog = <MYSECURELOGFILE>;
So you have to something here to track on the log's date, and re-construct the array.... Regex and shift( ) maybe help on this case. Rgds, Connie -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]