I am having a log file,which is updating frequently for every seconds.When i open the file and read for processing using my perl script, it is showing the data upto the time when my file handle is opened.
Remaining datas (after opened file handle) are not available for processing.
Any one let me know,how i have to proceed,by having all the data upto the previous second I need for my process.
madtoperl.