Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

Re: Report generation using perl script

by Utilitarian (Vicar)
on Jul 11, 2013 at 15:40 UTC ( [id://1043765]=note: print w/replies, xml ) Need Help??


in reply to Report generation using perl script

tail -f never returns, I'm going to make a wild guess that you iterate over the log file, however if the stream (from tail -f) doesn't return, then the stats you're gathering are never finished so your "And finally print the report" block is never executed, just guessing mind.

You could repeatedly scan the file, or re-run the 2and finally" block after each line, but without the code it's hard to know what the issue is.

print "Good ",qw(night morning afternoon evening)[(localtime)[2]/6]," fellow monks."

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having an uproarious good time at the Monastery: (4)
As of 2024-04-20 02:10 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found