Help for this page
use strict; ... ); $generator->execute("select * from $table");
perl -MXML::CSV -e '$o=XML::CSV->new;$o->parse_doc(shift,{headings=>sh +ift});$o->print_xml' no_headings.csv perl -MXML::CSV -e '$o=XML::CSV->new;$o->parse_doc(shift,{headings=>sh +ift});$o->print_xml' headings.csv 1