Help for this page

Select Code to Download


  1. or download this
    use strict;
    
    ...
    );
    
    $generator->execute("select * from $table");
    
  2. or download this
    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