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

If the Perl in question is at least 5.10, your solution could use shift(@f) // '', shift(@f) // '', shift(@f) // '' to duplicate the original output.

Replies are listed 'Best First'.
Re^3: Avoid warnings while formatting with repeated format lines
by Athanasius (Archbishop) on Aug 24, 2022 at 15:34 UTC