use XML::CSV;
$csvo = XML::CSV->new();
$csvo->{column_heading} = \@arr_of_headings;
$csvo->parse_doc("A.csv");
$csvo->print_xml("Z.xml", {format => " ", file_tag = "x.xml", parent_tag => "alfa"});
me sale un error :
- Code: Seleccionar todo
Can't modify constant item in scalar assignment at arch.pl line 5, near "x.xml","