in reply to lwp::simple question

You want to parse the HTML for the results.
use Web::Query 'wq'; my $translation = wq($html)->find('#content-area span')->first->text;