wrote:
PLEASE DO NOT TOP POST.
>
> Tad McClellan wrote:
>
> > <> wrote:
> >
> > > I wanna write a simple perl cgi script that will imitate the behavior
> > > of `tail -f` in unix,
> >
> >
> > Your Question is Asked Frequently:
> >
> > perldoc -q tail
> >
> > How do I do a "tail -f" in perl?
>
> I want to find some source code that does that already, something like
> /hostname/cgi-bin/tail-f?/tmp/log
There is code in the answer to the FAQ that Tad pointed to you. Can
you explain what is not sufficient about it?
If you're looking for a 100% already-written script, you are in the
wrong place. This group assists people with writing and debugging
their own code, not finding others'.
Paul Lalli