Help for this page

Select Code to Download


  1. or download this
    SELECT DISTINCT Number_count FROM Region_lookup_for_eligible_regions
    
  2. or download this
    2  4  5  8  9  12  15 17 21 22
    
  3. or download this
    #!/usr/bin/perl
    
    ...
    for my $set ( @$rand_sets ) {
        print "   @$set\n";
    }