Help for this page
my @arrays; $arrays[0] = [@array[0..14]]; $arrays[1] = [@array[15..29]]; ...
#!/usr/bin/perl ... } print "\n"; }