
Net::Safari::Response - Results of a Safari search

use Net::Safari::Response; $resp = $net_safari->search(); $resp = Net::Safari::Response->new( xml => $xml); my @books = $resp->books;

See Net::Safari for general usage info.
Normally this object will be created for you after a call to Net::Safari->search().

my $resp = Net::Safari::Response->new( xml => $xml );
The Response object is created from the raw xml returned by calls to Safari.



Tony Stubblebine
cpan@tonystubblebine.com
http://www.tonystubblebine.com/

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
The full text of the license can be found in the LICENSE file included with this module.

perl(1).