http://www.perlmonks.org?node_id=75426


in reply to A Simple "Tail" Question

You can always use File::Tail. The only problem is figuring out how you want to signal your script to end (as it blocks until a new line is added to the file).