Beefy Boxes and Bandwidth Generously Provided by pair Networks
Pathologically Eclectic Rubbish Lister
 
PerlMonks  

Re: Reading constantly generated log files: Suggestions invited

by Khen1950fx (Canon)
on Nov 08, 2013 at 20:19 UTC ( [id://1061766]=note: print w/replies, xml ) Need Help??


in reply to Reading constantly generated log files: Suggestions invited

Give Logfile::Tail a spin:
#!/usr/bin/perl use strict; use warnings; use Logfile::Tail (); use Data::Dumper::Concise; my $file = new Logfile::Tail('/var/log/messages', {autocommit => 1 }, ); my $line = $file->getline(); $file->commit(); print Dumper( $line );

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1061766]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others browsing the Monastery: (1)
As of 2024-04-24 17:00 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found