{
    "content": [
        {
            "type": "text",
            "text": "# MIME::Decoder::Gzip64 (perldoc)\n\n**Summary:** MIME::Decoder::Gzip64 - decode a \"base64\" gzip stream\n\n**Synopsis:** A generic decoder object; see MIME::Decoder for usage.\n\n## Section Outline\n\n- **NAME** (2 lines)\n- **SYNOPSIS** (2 lines)\n- **DESCRIPTION** (21 lines)\n- **SEE ALSO** (2 lines)\n- **AUTHOR** (5 lines)\n\n## Full Content\n\n### NAME\n\nMIME::Decoder::Gzip64 - decode a \"base64\" gzip stream\n\n### SYNOPSIS\n\nA generic decoder object; see MIME::Decoder for usage.\n\n### DESCRIPTION\n\nA MIME::Decoder::Base64 subclass for a nonstandard encoding whereby data\nare gzipped, then the gzipped file is base64-encoded. Common\nnon-standard MIME encodings for this:\n\nx-gzip64\n\nSince this class relies on external programs which may not exist on your\nmachine, MIME-tools does not \"install\" it by default. To use it, you\nneed to say in your main program:\n\ninstall MIME::Decoder::Gzip64 'x-gzip64';\n\nNote: if this class isn't working for you, you may need to change the\ncommands it runs. In your main program, you can do so by setting up the\ntwo commands which handle the compression/decompression.\n\nuse MIME::Decoder::Gzip64;\n\n$MIME::Decoder::Gzip64::GZIP   = 'gzip -c';\n$MIME::Decoder::Gzip64::GUNZIP = 'gzip -d -c';\n\n### SEE ALSO\n\nMIME::Decoder\n\n### AUTHOR\n\nEryq (eryq@zeegee.com), ZeeGee Software Inc (http://www.zeegee.com).\n\nAll rights reserved. This program is free software; you can redistribute\nit and/or modify it under the same terms as Perl itself.\n\n"
        }
    ],
    "structuredContent": {
        "command": "MIME::Decoder::Gzip64",
        "section": "",
        "mode": "perldoc",
        "summary": "MIME::Decoder::Gzip64 - decode a \"base64\" gzip stream",
        "synopsis": "A generic decoder object; see MIME::Decoder for usage.",
        "flags": [],
        "examples": [],
        "see_also": [],
        "section_outline": [
            {
                "name": "NAME",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "SYNOPSIS",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "DESCRIPTION",
                "lines": 21,
                "subsections": []
            },
            {
                "name": "SEE ALSO",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "AUTHOR",
                "lines": 5,
                "subsections": []
            }
        ]
    }
}