Help for this page
my @array = (1,2,3); print join(',', @array);
print "@$_\n", [ @$included, $nextValue ]