Help for this page

Select Code to Download


  1. or download this
    my @nloops = join(',',@{$collection[0]});
  2. or download this
    print @nloops[1]
  3. or download this
    [1,1,1,1,1]
    
  4. or download this
    my @nloops = @{ $collection[0] };