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.
|
|---|