Take me over?
The maintainer of this distribution is looking for someone to take over!
If you're interested then please contact them via
email.
NAME
Lingua::ZH::CCDICT::ResultSet::Array - An iterator over an array
SYNOPSIS
my $results = $dict->match_unicode( chr 0x8830, chr 0x88A4 );
while ( my $item = $results->next )
{
..
}
DESCRIPTION
This module implements the Lingua::ZH::CCDICT::ResultSet
API.
It is implemented as a simple array in memory.
METHODS
See the Lingua::ZH::CCDICT::ResultSet
documentation for details.
AUTHOR
David Rolsky <autarch@urth.org>
COPYRIGHT
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.