{
    "content": [
        {
            "type": "text",
            "text": "# Data::Stream::Bulk::FileHandle (perldoc)\n\n## NAME\n\nData::Stream::Bulk::FileHandle - read lines from a filehandle\n\n## SYNOPSIS\n\nuse Data::Stream::Bulk::FileHandle;\nuse Path::Class;\nmy $s = Data::Stream::Bulk::FileHandle->new(\nfilehandle => file('foo.txt')->openr,\n);\n\n## DESCRIPTION\n\nThis provides a stream API for reading lines from a file.\n\n## Sections\n\n- **NAME**\n- **VERSION**\n- **SYNOPSIS**\n- **DESCRIPTION**\n- **ATTRIBUTES**\n- **METHODS**\n- **AUTHOR**\n- **COPYRIGHT AND LICENSE**\n\nUse structuredContent.sections for detailed options, examples, and full documentation.\n"
        }
    ],
    "structuredContent": {
        "command": "Data::Stream::Bulk::FileHandle",
        "section": "",
        "mode": "perldoc",
        "summary": "Data::Stream::Bulk::FileHandle - read lines from a filehandle",
        "synopsis": "use Data::Stream::Bulk::FileHandle;\nuse Path::Class;\nmy $s = Data::Stream::Bulk::FileHandle->new(\nfilehandle => file('foo.txt')->openr,\n);",
        "tldr_summary": null,
        "tldr_examples": [],
        "tldr_source": null,
        "flags": [],
        "examples": [],
        "see_also": [],
        "section_outline": [
            {
                "name": "NAME",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "VERSION",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "SYNOPSIS",
                "lines": 7,
                "subsections": []
            },
            {
                "name": "DESCRIPTION",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "ATTRIBUTES",
                "lines": 4,
                "subsections": []
            },
            {
                "name": "METHODS",
                "lines": 5,
                "subsections": []
            },
            {
                "name": "AUTHOR",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "COPYRIGHT AND LICENSE",
                "lines": 5,
                "subsections": []
            }
        ],
        "sections": {
            "NAME": {
                "content": "Data::Stream::Bulk::FileHandle - read lines from a filehandle\n",
                "subsections": []
            },
            "VERSION": {
                "content": "version 0.11\n",
                "subsections": []
            },
            "SYNOPSIS": {
                "content": "use Data::Stream::Bulk::FileHandle;\nuse Path::Class;\n\nmy $s = Data::Stream::Bulk::FileHandle->new(\nfilehandle => file('foo.txt')->openr,\n);\n",
                "subsections": []
            },
            "DESCRIPTION": {
                "content": "This provides a stream API for reading lines from a file.\n",
                "subsections": []
            },
            "ATTRIBUTES": {
                "content": "filehandle\nA file handle that has been opened for reading. The stream will return lines from this file,\none by one.\n",
                "subsections": []
            },
            "METHODS": {
                "content": "getmore\nSee Data::Stream::Bulk::DoneFlag.\n\nReturns the next line from the file, if it exists.\n",
                "subsections": []
            },
            "AUTHOR": {
                "content": "Yuval Kogman <nothingmuch@woobling.org>\n",
                "subsections": []
            },
            "COPYRIGHT AND LICENSE": {
                "content": "This software is copyright (c) 2012 by Yuval Kogman.\n\nThis is free software; you can redistribute it and/or modify it under the same terms as the Perl\n5 programming language system itself.\n",
                "subsections": []
            }
        }
    }
}