- or download this
print scalar(@{$store_get_dist[1]});
- or download this
push(@{$store_get_dist[$test_num]},$new);
- or download this
for ($test_num.. int((($#all_stores+3)/1000)+1)) {
#3 to account for 998 1998 and 2998
push(@{$store_get_dist[$_]},$new);
}