Search results for "module:Text::Diff::Table"
Text::Diff::Table - Text::Diff plugin to generate "table" format output
This is a plugin output formatter for Text::Diff that generates "table" style diffs: +--+----------------------------------+--+------------------------------+ | |../Test-Differences-0.2/MANIFEST | |../Test-Differences/MANIFEST | | |Thu Dec 13 15:38:4...
NEILB/Text-Diff-1.45 - Aug 16, 2017
Text::Diff - Perform diffs on files and record sets
"diff()" provides a basic set of services akin to the GNU "diff" utility. It is not anywhere near as feature complete as GNU "diff", but it is better integrated with Perl and available on all platforms. It is often faster than shelling out to a syste...
NEILB/Text-Diff-1.45 - Aug 16, 2017
Text::Table - Organize Data in Tables
Organization of data in table form is a time-honored and useful method of data representation. While columns of data are trivially generated by computer through formatted output, even simple tasks like keeping titles aligned with the data columns are...
SHLOMIF/Text-Table-1.135 - Oct 12, 2022
Text::CSV_XS - comma-separated values manipulation routines
Text::CSV_XS provides facilities for the composition and decomposition of comma-separated values. An instance of the Text::CSV_XS class will combine fields into a "CSV" string and parse a "CSV" string into fields. The module accepts either strings or...
HMBRAND/Text-CSV_XS-1.60 - Jan 31, 2025
Text::LookUpTable - Perl5 module for text based look up table operations
Text::LookUpTable provides operations for creating, storing, displaying, plotting, loading, and querying a *look up table* structure. The format of the stored structure is designed to be visually easy to understand so that it can be easily edited usi...
JERI/Text-LookUpTable-0.05 - Aug 05, 2010
Text::Template::Library - a derived class of Text::Template
I have used "Text::Template" for several years in different projects. Allways I have missed the possibility to create macros. For example suppose this template: <table> [% for (@rows) { $OUT.="<<EOR"; <tr>...</tr> EOR } %] </table> This works perfect...
OPI/Text-Template-Library-0.04 - Jun 20, 2010
Text::Diff::FormattedHTML - Generate a colorful HTML diff of strings/files.
Presents in a (nice?) HTML table the difference between two files or strings. Inspired on GitHub diff view....
AMBS/Text-Diff-FormattedHTML-0.08 - Jan 31, 2017