Name : perl-Array-LineReader
| |
Version : 1.01
| Vendor : obs://build_opensuse_org/devel:languages:perl
|
Release : lp154.8.1
| Date : 2023-01-27 18:34:25
|
Group : Development/Libraries/Perl
| Source RPM : perl-Array-LineReader-1.01-lp154.8.1.src.rpm
|
Size : 0.02 MB
| |
Packager : https://www_suse_com/
| |
Summary : Access lines of a file via an array
|
Description :
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.
The underlying file is opened for reading in binary mode. (Yes, there are some OSs, that make a difference in interpreting the \'EOL\'-sequence, i.e. \'End-Of-Line\' and the \'EOF\'-character, i.e. \'End-Of-File\' what is the character \'\"\\x1A\"\'). The bytes read are neigther translated nor suppressed.
Lines are build up to and including the \'EOL\'-sequence. The \'EOL\'-sequence is assumed to be \'\"\\x0D\\x0A\"\' or \'\"\\x0A\\x0D\"\' or \'\"\\x0D\"\' or \'\"\\x0A\"\'.
The file is not closed until you \'untie\' the array.
It\'s up to you to define the kind of access:
|
RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/devel:/languages:/perl:/CPAN-A/15.4/noarch |