Data::TableReader::Decoder::TSV(3pm) | User Contributed Perl Documentation | Data::TableReader::Decoder::TSV(3pm) |
Data::TableReader::Decoder::TSV - Access rows of a tab-delimited text file
version 0.010
This module is a simple subclass of Data::TableReader::Decoder::CSV which supplies these defaults for the parser:
parser => { binary => 1, allow_loose_quotes => 1, sep_char => "\t", escape_char => undef, auto_diag => 2, }
Michael Conrad <mike@nrdvana.net>
This software is copyright (c) 2019 by Michael Conrad.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.
2019-01-18 | perl v5.28.1 |