File-Sip
view release on metacpan or search on metacpan
lib/File/Sip.pm view on Meta::CPAN
=head2 line_separator
Optional, regular expression of the newline seperator, default is
C</(\015\012|\015|\012)/>.
=head2 is_utf8
Optional, flag to tell if the file is utf8-encoded, default is true.
If true, the line returned by C<read_line> will be decoded.
=head2 index
Index that contains positions of all lines of the file, usage:
$sip->index->[ $line_number ] = $seek_position;
=head1 METHODS
=head2 read_line
( run in 0.234 second using v1.01-cache-2.11-cpan-a9ef4e587e4 )