in reply to screen scraping google

You need to include
use HTTP::Request::Common;
into your code to import the GET function.
Boris