NAME

Google::Search::Result

DESCRIPTION

An object represting a result from a Google search (via Google::Search)

METHODS

There are a variety of accessors available for each result depending which service you are searching under

For more information, see http://code.google.com/apis/ajaxsearch/documentation/reference.html#_intro_GResult

$result->uri

A URI object best representing the location of the result

$result->title

$result->titleNoFormatting

$result->number

The position of the result in the search (starting from 0)

$result->previous

The previous result before $result or undef if beyond the first

$result->next

The next result after $result or undef if after the last

$result->GsearchResultClass

The result class, as given by Google