Help for this page
Select Code to Download
Select
or
download this
my @nloops = join(',',@{$collection[0]});
Select
or
download this
print @nloops[1]
Select
or
download this
[1,1,1,1,1]
Select
or
download this
my @nloops = @{ $collection[0] };