in reply to Text::Diff::Table output, but want to show all lines
If I remove a element such as \@percentage, I can print. But this is not my expectation. I want to show many rows, columns.
A diff generally only works between two (or three) files, so perhaps you could explain more about what you want your output to look like? Please show some short, representative sample input, and the expected output for that input, each within <code> tags. See also How do I post a question effectively? and Short, Self-Contained, Correct Example.
Also, a tip: Instead of including all the code to read from the input, it's much easier for us to test by including the input values in the code, e.g. my @codecs = ("0\n", "0\n"); ..., and your sample code will be shorter.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Text::Diff::Table output, but want to show all lines
by tctoa (Novice) on Jul 05, 2019 at 08:22 UTC | |
by haukex (Archbishop) on Jul 07, 2019 at 09:28 UTC | |
by tctoa (Novice) on Jul 08, 2019 at 14:59 UTC |