1BSON::Array(3) User Contributed Perl Documentation BSON::Array(3)
2
3
4
6 BSON::Array - BSON type wrapper for a list of elements
7
9 version v1.12.2
10
12 use BSON::Types ':all';
13
14 my $array = bson_array(...);
15
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
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.32.1 2021-01-26 BSON::Array(3)