GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Google::Search::Result(3) User Contributed Perl Documentation Google::Search::Result(3)

Google::Search::Result

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

There are a variety of property accessors associated with each result depending which service you use (web, blog, news, local, etc.)

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

For example, a local result has "lat" accessor and "lng" accessor:

    print $result->uri, " ", $result->title, " at ", $result->lat, " ", $result->lng, "\n";

A URI object best representing the location of the result

"Supplies the title value of the result"

"Supplies the title, but unlike .title, this property is stripped of html markup (e.g., <b>, <i>, etc.)"

The position of the result in the search (0-based)

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

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

"Indicates the "type" of result"

The result class as given by Google

2012-06-20 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.