Help for this page

Select Code to Download


  1. or download this
    print scalar(@{$store_get_dist[1]});
    
  2. or download this
    push(@{$store_get_dist[$test_num]},$new);
    
  3. 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);
    }