tags:

views:

93

answers:

1

Possible Duplicate:
How can I read from continuously updated file in Perl?

I want to parse changeable server log. How to corrent read this file in Perl for parsing ?

+9  A: 

File::Tail might be what you need.

eugene y