
Mail::Karmasphere::Response - Karmasphere Response Object

See Mail::Karmasphere::Client

The Perl Karma Client API consists of three objects: The Query, the Response and the Client. The user constructs a Query and passes it to a Client, which returns a Response. See Mail::Karmasphere::Client for more information.

Returns a list of fact data.
Returns the named combination as a hash reference.
Returns the value of the named combination.
If no combiner name is given, this method looks for a combination called 'default', if present, otherwise searches for the first available combination with a value.
If $name is given, this is equivalent (but preferable) to $response->combination($name)->{v}.
Returns the data of the named combination.
The rules for choosing a combination are the same as those for $response->value($name).
Returns the id of this response. It will match the id passed in the query, which was either specified by the user or generated by the client.
Returns the time in milliseconds taken by this request.

This document is incomplete.

Mail::Karmasphere::Client Mail::Karmasphere::Query http://www.karmasphere.com/

Copyright (c) 2005 Shevek, Karmasphere. All rights reserved.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.