in reply to •Re: tracking unique users in a weblog
in thread tracking unique users in a weblog
I'm using the login ids stored in the access log. This is a secure website.
I'll take a look at File::Tail, I glanced at it earlier but thought it was for keeping a process running and simulating a tail -f on it. I need to be able to kick this process in every 5 mins and can't keep it running.