There's more than one way to do things | |
PerlMonks |
Re^3: Get output AnyData script without header or data_rowby jZed (Prior) |
on Dec 19, 2007 at 18:43 UTC ( [id://657951]=note: print w/replies, xml ) | Need Help?? |
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.
In Section
Seekers of Perl Wisdom
|
|