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


Net-Safari documentation  | view source Contained in the Net-Safari distribution.

Index


NAME

Top

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

SYNOPSIS

Top

  use Net::Safari::Response;

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

  my @books = $resp->books;

DESCRIPTION

Top

See Net::Safari for general usage info.

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

USAGE

Top

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

Top

SUPPORT

Top

AUTHOR

Top

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

COPYRIGHT

Top

SEE ALSO

Top

perl(1).


Net-Safari documentation  | view source Contained in the Net-Safari distribution.