in reply to Re^2: Avoid warnings while formatting with repeated format lines
in thread Avoid warnings while formatting with repeated format lines

What would also be really cool, is using format also dynamically in the horizontal direction.

I'll just mention that Text::Table exists so that you (and I) don't have to wrestle with such things. OTOH, if you were intent on a challenge ...


🦛

  • Comment on Re^3: Avoid warnings while formatting with repeated format lines

Replies are listed 'Best First'.
Re^4: Avoid warnings while formatting with repeated format lines
by hv (Prior) on Aug 24, 2022 at 19:40 UTC

    There is also Perl6::Form, Damian Conway's implementation of the interface that was designed for Perl6 (now Raku) to replace Perl5's concept of formats.