| Net-FreeDB2 documentation | view source | Contained in the Net-FreeDB2 distribution. |
Net::FreeDB2::Response::Query - FreeDB/CDDB query response class
See Net::FreeDB2.
The Net::FreeDB2::Response::Query class contains FreeDB/CDDB response information for queries. It is a subclass of Net::FreeDB2::Response.
Creates a new Net::FreeDB2::Response::Query object. Calls read () if option content_ref is passed through OPT_HASH_REF.
Options for OPT_HASH_REF may include:
If defined, passed to read ().
Reads a FreeDB/CDDB response from the FreeDB/CDDB server. Throws an Error::Simple exception option content_ref is not specified or if the first line of content_ref does not contain a valid code.
Options for OPT_HASH_REF may include:
Mandatory option containing the content replies from the FreeDB/CDDB server.
Set the match objects. LIST is a list of Net::FreeDB2::Match objects.
Push match objects onto the match list. LIST is a list of Net::FreeDB2::Match objects.
Returns the list of all Net::FreeDB2::Match objects.
None known.
First development: September 2002
Vincenzo Zocca <Vincenzo@Zocca.com>
Copyright 2002, Vincenzo Zocca.
This file is part of the Net::FreeDB2 module hierarchy for Perl by
Vincenzo Zocca.
The Net::FreeDB2 module hierarchy is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
The Net::FreeDB2 module hierarchy is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with the Net::FreeDB2 module hierarchy; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
| Net-FreeDB2 documentation | view source | Contained in the Net-FreeDB2 distribution. |