search.cpan.org is shutting down. It will redirect to metacpan.org after June 25, 2018. With hat: perl
6 lines
306 B
Text
6 lines
306 B
Text
Labeled Tab-separated Values (LTSV) format is a variant of
|
|
Tab-separated Values (TSV). Each record in a LTSV file is represented
|
|
as a single line. Each field is separated by TAB and has a label and
|
|
a value. The label and the value have been separated by ':'.
|
|
|
|
WWW: https://metacpan.org/release/Text-LTSV
|