mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-13 07:34:50 +00:00
ad4f267b7a
search.cpan.org is shutting down. It will redirect to metacpan.org after June 25, 2018. With hat: perl
9 lines
435 B
Plaintext
9 lines
435 B
Plaintext
Array::LineReader gives you the possibility to access lines of some file by
|
|
the elements of an array. This modul inherites methods from Tie::Array (see
|
|
Tie::Array). You save a lot of memory, because the file's content is read
|
|
only on demand, i.e. in the case you access an element of the array. The
|
|
offset and length of all the lines is hold in memory as long as you tie your
|
|
array.
|
|
|
|
WWW: https://metacpan.org/release/Array-LineReader
|