Name : perl-Text-Table-ASV
| |
Version : 0.002
| Vendor : obs://build_opensuse_org/devel:languages:perl
|
Release : lp154.1.1
| Date : 2023-01-27 18:15:49
|
Group : Unspecified
| Source RPM : perl-Text-Table-ASV-0.002-lp154.1.1.src.rpm
|
Size : 0.03 MB
| |
Packager : https://www_suse_com/
| |
Summary : Generate ASV (ASCII separated value a.k.a. DEL a.ka. delimited ASCII)
|
Description :
This module provides a single function, \'table\', which formats a two-dimensional array of data as ASV. This is basically a way to generate ASV using the same interface as that of Text::Table::Tiny (v0.03) or Text::Table::Org.
ASV (ASCII separated values, also sometimes DEL a.k.a. Delimited ASCII) is a format similar to TSV (tab separated values). Instead of Tab character (\"\\t\") as the field separator, ASV uses \"\\x1f\" (ASCII Unit Separator character) and instead of newline (\"\ \") as the record separator, ASV uses \"\\x1e\" (ASCII Record Separator). There is currently no quoting or escaping mechanism provided. \"\\x1c\", \"\\x1d\", \"\\x1e\", and \"\\x1f\" characters in cell will be replaced by spaces.
The example shown in the SYNOPSIS generates the following table (the record separator and unit separator are shown using \"\\x1f\" and \"\\x1f\" respectively):
Name\\x1fRank\\x1fSerial\\x1ealice\\x1fpvt\\x1f123456\\x1ebob\\x1fcpl\\x1f98765321\\x1ecarol\\x1fbrig gen\\x1f8745
|
RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/devel:/languages:/perl:/CPAN-T/15.4/noarch |