Help for this page
my $ua = LWP::UserAgent->new; my $response = $ua->get('http://imdb.com/find?nm=on;mx=20;q=eliza%20dushku');
my $response = $ua->get('http://imdb.com/find?nm=on;mx=20;q=eliza%20dushku'); ... do the more complicated stuff }