in reply to Anyone know why I can't scrape this page?
$mech->get($url); if ($mech->response->is_success) { print $mech->response->content; # or whatever } else { die $mech->response->status_line; } [download]
-Paul