2020.09.25 in #479while loops that have an index
I did not know that 'each' on arrays in recent versions of Perl works as 'enumerate' on lists in Python. (Which I did not know either till my son showed it to me.)
2023.06.27 in #623Maximize Data::Printer strings length
The Perl data structures and objects pretty printer Data::Printer would trim strings longer than 4096 characters (this is the default value). This is something that can be parameterized in the ~/.dataprinter file: