{
    "mode": "perldoc",
    "parameter": "Data::Stream::Bulk::FileHandle",
    "section": "",
    "url": "https://www.chedong.com/phpMan.php/perldoc/Data%3A%3AStream%3A%3ABulk%3A%3AFileHandle/json",
    "generated": "2026-06-10T16:29:05Z",
    "synopsis": "use Data::Stream::Bulk::FileHandle;\nuse Path::Class;\nmy $s = Data::Stream::Bulk::FileHandle->new(\nfilehandle => file('foo.txt')->openr,\n);",
    "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": []
        }
    },
    "summary": "Data::Stream::Bulk::FileHandle - read lines from a filehandle",
    "flags": [],
    "examples": [],
    "see_also": []
}