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