1BSON::Array(3)        User Contributed Perl Documentation       BSON::Array(3)
2
3
4

NAME

6       BSON::Array - BSON type wrapper for a list of elements
7

VERSION

9       version v1.12.2
10

SYNOPSIS

12           use BSON::Types ':all';
13
14           my $array = bson_array(...);
15

DESCRIPTION

17       This module provides a BSON type wrapper representing a list of
18       elements.  It is currently read-only.
19
20       Wrapping is usually not necessary as an ordinary array reference is
21       usually sufficient.  This class is helpful for cases where an array
22       reference could be ambiguously interpreted as a top-level document
23       container.
24

AUTHORS

26       •   David Golden <david@mongodb.com>
27
28       •   Stefan G. <minimalist@lavabit.com>
29
31       This software is Copyright (c) 2020 by Stefan G. and MongoDB, Inc.
32
33       This is free software, licensed under:
34
35         The Apache License, Version 2.0, January 2004
36
37
38
39perl v5.36.0                      2022-07-22                    BSON::Array(3)
Impressum