Help for this page
sub bcpInsert { my ($table, $_rows) = @_; ... warn "Debugging: bcpInsert returning ..\n"; }
# build an array of arrays for BCP to upload &bcpInsert("custdata", \@data); print "Upload complete\n";