use Text::CSV; print Text::CSV->VERSION . "\n"; print Text::CSV->version. "\n";# The version of the worker module my @array = ('REGR_EMEA_UK_CONF_CUST1_BAN ??e???ta?'); my $csv = Text::CSV->new (); my $status = $csv->combine (@array); print $csv->string() . "\n"; exit 0;