NAME
Net::Safari::Response - Results of a Safari search
SYNOPSIS
$resp
=
$net_safari
->search();
$resp
= Net::Safari::Response->new(
xml
=>
$xml
);
my
@books
=
$resp
->books;
DESCRIPTION
See Net::Safari for general usage info.
Normally this object will be created for you after a call to Net::Safari->search().
USAGE
new()
my $resp = Net::Safari::Response->new( xml => $xml );
The Response object is created from the raw xml returned by calls to Safari.
books()
BUGS
SUPPORT
AUTHOR
COPYRIGHT
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.
SEE ALSO
perl(1).