Hi, why doesn't
my $ua = LWP::UserAgent->new; my $res = $ua->request(GET 'http://www.google.de/search', q => 'asdasd'); if ($res->is_success) { my $server_response = $res->content; print $server_response; } print the html-source of http://www.google.de/search?q=asdasd ? Regards, Tobias -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]