in reply to Mystery of the disappearing table data?!

Maybe the table data does not exist upon initial page load, and is filled in by Javascript/Ajax calls. You may have to inspect the actual requests with Firefox/Firebug or similar.

Or use a library that can execute the Javascript, like WWW::Mechanize::Firefox or WWW::Selenium.

  • Comment on Re: Mystery of the disappearing table data?!