Php versions – How to prevent automatic handling of newlines killing performance in Perl text output?
TL;DR: Automatic line end handling in perl5 seemingly degrades performance. Is there a possibility to mitigate this without sacrificing convenience by having to add newlines manually instead of using say or -l? Long version: I repeatedly wondered why my own…