The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Couch::DB::Util - utility functions

INHERITANCE

Couch::DB::Util
  is an Exporter

SYNOPSIS

use Couch::DB::Util;           # obligatory!
use Couch::DB::Util  qw(flat); # alternative

DESCRIPTION

All modules in CouchDB must import this module, because it also offers additional features to the namespace, like 'warnings' and 'strict'.

Functions

flat(LIST|ARRAY)

Returns all defined elements found in the LIST or ARRAY. The parameter LIST may contain ARRAYs.

SEE ALSO

This module is part of Couch-DB distribution version 0.001, built on May 29, 2024. Website: http://perl.overmeer.net/CPAN/

LICENSE

Copyrights 2024 by [Mark Overmeer]. For other contributors see ChangeLog.

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. See http://dev.perl.org/licenses/