in reply to When can the character length of a Perl Scalar become an issue?
$| = 1;
(Place that somewhere prior to your print task--typically near the top of the script for me.)
Blessings,
~Polyglot~
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: When can the character length of a Perl Scalar become an issue?
by haukex (Archbishop) on Sep 21, 2023 at 07:25 UTC | |
by eyepopslikeamosquito (Archbishop) on Sep 21, 2023 at 09:48 UTC |