Help for this page

Select Code to Download


  1. or download this
    my $sth_C = $dbh->prepare(
        "select * from result_storage_keep 
    ...
                "\n";
        }       
    }
    
  2. or download this
    # this only works if this array is small-ish
    my $areas = join(", ", @Geo_areas);
    ...
            join("\t", map {$_ ? $_ : "''"} @row),
            "\n";
    }