Scroll to navigation

Data::TableReader::Decoder::TSV(3pm) User Contributed Perl Documentation Data::TableReader::Decoder::TSV(3pm)

NAME

Data::TableReader::Decoder::TSV - Access rows of a tab-delimited text file

VERSION

version 0.014

DESCRIPTION

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,
  }

AUTHOR

Michael Conrad <mike@nrdvana.net>

COPYRIGHT AND LICENSE

This software is copyright (c) 2024 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.

2024-04-12 perl v5.38.2