##
#Remove commas
$content =~ s!, "?!!gis;
@array = split(/"/, $content);
####
if (system("/bin/cp $temp_cur $final_file")) {
printf("Error - file '$final_file' not updated.\n");
exit(-1);
}
####
select STDOUT;
$| = 1;
open SAVEOUT, ">&STDOUT";
close STDOUT;
open STDOUT, ">&SAVEOUT";