{
    "mode": "perldoc",
    "parameter": "BSON::Raw",
    "section": "",
    "url": "https://www.chedong.com/phpMan.php/perldoc/BSON%3A%3ARaw/json",
    "generated": "2026-06-10T06:21:45Z",
    "synopsis": "use BSON::Types ':all';\nmy $ordered = bsonraw( $bsonbytes );",
    "sections": {
        "NAME": {
            "content": "BSON::Raw - BSON type wrapper for pre-encoded BSON documents\n",
            "subsections": []
        },
        "VERSION": {
            "content": "version v1.12.2\n",
            "subsections": []
        },
        "SYNOPSIS": {
            "content": "use BSON::Types ':all';\n\nmy $ordered = bsonraw( $bsonbytes );\n",
            "subsections": []
        },
        "DESCRIPTION": {
            "content": "This module provides a BSON document wrapper for already-encoded BSON bytes.\n\nGenerally, end-users should have no need for this; it is provided for optimization purposes for\nMongoDB or other client libraries.\n",
            "subsections": []
        },
        "ATTRIBUTES": {
            "content": "bson\nA string containing a BSON-encoded document. Default is \"undef\".\n\nmetadata\nA hash reference containing arbitrary metadata about the BSON document. Default is \"undef\".\n",
            "subsections": []
        },
        "AUTHORS": {
            "content": "*   David Golden <david@mongodb.com>\n\n*   Stefan G. <minimalist@lavabit.com>\n",
            "subsections": []
        },
        "COPYRIGHT AND LICENSE": {
            "content": "This software is Copyright (c) 2020 by Stefan G. and MongoDB, Inc.\n\nThis is free software, licensed under:\n\nThe Apache License, Version 2.0, January 2004\n",
            "subsections": []
        }
    },
    "summary": "BSON::Raw - BSON type wrapper for pre-encoded BSON documents",
    "flags": [],
    "examples": [],
    "see_also": []
}