I have started learning perl and like to try out new things.
I have some problem in text processing. I have some text of the form,
0 1 2 3 4 5 6 7 8
use List::UtilsBy qw/zip_by/; my @transposition = zip_by { [ @_ ] } @matrix;
https://metacpan.org/pod/List::UtilsBy#zip_by