Lingua::ZH::CCDICT::ResultSet::BerkeleyDB - Iterates over results in a BerkeleyDB database
my $results = $dict->match_unicode( chr 0x8830, chr 0x88A4 );
while ( my $item = $results->next ) { .. }
This module implements the Lingua::ZH::CCDICT::ResultSet API.
It implements this API by fetching results from a BerkeleyDB database as needed.
See the Lingua::ZH::CCDICT::ResultSet documentation for details.
David Rolsky <autarch@urth.org>
Copyright (c) 2002-2007 David Rolsky. All rights reserved. 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.