in reply to Re: how can i read only the last line of a files
in thread how can i read only the last line of a files
Hi,
If you are trying to read last line of continously updated files (like weblog file), I think your best choice would be File::Tail inconjuction with Proc::Daemon.
Thanks,
Uday.