Help for this page
use LWP::UserAgent; ... GET http://imdb.com/find?nm=on;mx=20;q=eliza%20dushku --> 302 Found GET http://imdb.com/name/nm0244630/ --> 200 OK
my $response = $ua->get($url); if ( $response->request->url->as_string ne $url ) { ... }