Re: Tail -f and select - Again
[email protected] (Jochen Stenzel) Tue, 22 Jan 2002 19:34:21 +0100
| Newsgroups | perl.loop |
|---|---|
| Message-ID | <[email protected]> |
Hello, Mark,
> What I want to do is read data from a growing file (tail -f) until a special
> record arrives, at which point I would like to close the file and reopen
> another one repeating the process.
there is a module called Event::File which implements tail -f the Event way.
Jochen