NAME
WWW::SearchResult - class for results returned from WWW::Search
DESCRIPTION
A framework for returning the results of WWW::Search
.
SEE ALSO
METHODS AND FUNCTIONS
new
To create a new WWW::SearchResult, call $search = new WWW::SearchResult();
url
Return url. Note that there may be a list of urls, see also methods urls
and add_url
.
urls
Return a reference to an array of urls. There is also a distinguished URL (url
). See also add_url
.
add_url
Add a URL to the list.
title, description
Set or get attributes of the result. In the future, these attributes might expand to include size and change-date.