in reply to Re: Yet Another Scraping Question
in thread Yet Another Scraping Question

Nice idea, but it would fail if I happened to have two different timestamps, wouldn't it?

I could however do the checksum on the HTML table which forms the bulk of the page instead of the whole page.



($_='kkvvttuu bbooppuuiiffss qqffssmm iibbddllffss')
=~y~b-v~a-z~s; print

Replies are listed 'Best First'.
Re^3: Yet Another Scraping Question
by izut (Chaplain) on Apr 19, 2006 at 09:21 UTC

    That's right. I think performing a checksum at HTML table would be enough.

    Igor 'izut' Sutton
    your code, your rules.