in reply to Re^2: screen scraping google
in thread screen scraping google

Or you could make life even easier and use Net::Google (which abstracts the SOAP::Lite for you).
my @a=qw(random brilliant braindead); print $a[rand(@a)];