⭐ in reply to Is there a length limit to a string? In a flat file?
Perl has no string length limit.
You are only limited by the amount of memory that is available. Fortunately, having long strings does not make perl more error prone. Perl is famous for its great string capabilites.