1Data::Stream::Bulk::FilUesHearndCloen(t3r)ibuted Perl DoDcautmae:n:tSattrieoanm::Bulk::FileHandle(3)
2
3
4

NAME

6       Data::Stream::Bulk::FileHandle - read lines from a filehandle
7

VERSION

9       version 0.11
10

SYNOPSIS

12         use Data::Stream::Bulk::FileHandle;
13         use Path::Class;
14
15         my $s = Data::Stream::Bulk::FileHandle->new(
16             filehandle => file('foo.txt')->openr,
17         );
18

DESCRIPTION

20       This provides a stream API for reading lines from a file.
21

ATTRIBUTES

23       filehandle
24           A file handle that has been opened for reading. The stream will
25           return lines from this file, one by one.
26

METHODS

28       get_more
29           See Data::Stream::Bulk::DoneFlag.
30
31           Returns the next line from the file, if it exists.
32

AUTHOR

34       Yuval Kogman <nothingmuch@woobling.org>
35
37       This software is copyright (c) 2012 by Yuval Kogman.
38
39       This is free software; you can redistribute it and/or modify it under
40       the same terms as the Perl 5 programming language system itself.
41
42
43
44perl v5.34.0                      2021-07-22 Data::Stream::Bulk::FileHandle(3)
Impressum