in reply to
Checking the length of all row elements
Why not let the database do the job? just sum up the string lengths for each column, and then group by that sum.
Perl 6
- links to (nearly) everything that is Perl 6.
Comment on
Re: Checking the length of all row elements
In Section
Seekers of Perl Wisdom