On Thu, 1 Apr 2004, Henrik Steffen wrote: > is there a way to pipe the referer_log directly to a script > or save it to a database?
Not yet. What you can do is to have a tail running on the log file and piping the results to a script. The perl File::Tail module is optimal for this purpose. Regards Henrik
