Hi,
I'm fairly new to Perl and I'm attempting to write a script that will parse a log file as is it being created. Basically, I've written a script that parses an already existing text file but I'm kind of lost on how to parse a file while another program has the file open and is adding text to it.
Thanks