The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Lingua::ZH::CCDICT::ResultSet::BerkeleyDB - Iterates over results in a BerkeleyDB database

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 implements this API by fetching results from a BerkeleyDB database as needed.

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.