Help for this page
@array[0..2]
use feature ":5.14"; use warnings FATAL => qw(all); ... for(@RouterOutput[0..2]) {say "@{[split]}[0,3,2,1]" if $_; }