| Paketname | libparse-syslog-perl | 
| Beschreibung | Perl module for parsing syslog entries | 
| Archiv/Repository | Offizielles Ubuntu Archiv lucid (universe) | 
| Version | 1.10-1ubuntu1 | 
| Sektion | universe/perl | 
| Priorität | optional | 
| Installierte Größe | 72 Byte | 
| Hängt ab von | perl (>= 5.6.0-16) | 
| Empfohlene Pakete |  | 
| Paketbetreuer | Ubuntu MOTU Developers | 
| Quelle |  | 
| Paketgröße | 14274 Byte | 
| Prüfsumme MD5 | 1733b88178ab5a13c55728132b8ec712 | 
| Prüfsumme SHA1 | 5156b67dca33d96c68a42588264314c10a54eb24 | 
| Prüfsumme SHA256 | 6909f200cb8d9fca63a61a86baf329fe0569c9628b4eee144b7adee4411760d9 | 
| Link zum Herunterladen | libparse-syslog-perl_1.10-1ubuntu1_all.deb | 
| Ausführliche Beschreibung | Unix syslogs are convenient to read for humans but because of small
differences between operating systems and things like 'last message
repeated xx times' not very easy to parse by a script.
.
Parse::Syslog presents a simple interface to parse syslog files: you
create a parser on a file (with new) and call next to get one line at
a time with Unix-timestamp, host, program, pid and text returned in a
hash-reference. |