in reply to Re: Tie::File - sorting array adds empty lines
in thread Tie::File - sorting array adds empty lines
Thanks. Submitting bug report for Tie::File. (Upd: CPAN RT bug #39196 )
But the result appears to be an off-by-one in the module's implementation of the EXTEND.
It's not an off-by-one error, at least not on the module's behalf.
EXTEND is used to expand the internal buffer.
STORESIZE is used to actually change the visible size of the array.
Tie::File incorrectly treats EXTEND as STORESIZE.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^3: Tie::File - sorting array adds empty lines
by demerphq (Chancellor) on Jan 30, 2020 at 09:01 UTC |