Hi,
I use LWP::Agent to get a web page content,
my requirement is to get the same page often (say 2 or 3 times a day). every time I need to check whether the page is updated or not.
If its updated, I need to fetch the current page. For the first time I store it in a local file.
I just need to compare existing file and page content. Is there any simple way to compare this ?