http://qs321.pair.com?node_id=657951


in reply to Re^2: Get output AnyData script without header or data_row
in thread Get output AnyData script without header or data_row

I think what you'll want to do is have two ad_catalog() calls - the first to read the existing files with headers should not specify col_names, the second, to write a new file without headers should specify col_names. That way you do it all with the DBD and don't have to do any explicit file opening, writing, or closing.