for my $stop(0..scalar(@array)-1){ my $content = get($url . join(',',@array[0..$stop])); }