Help for this page
use v6; my @array = (1) xx 5;
use v6; my @array = (1, 1, 1, 1, 1);
#perl5 my @array = (1) x 5;