in reply to Re^2: overwritten values showing in storage file
in thread overwritten values showing in storage file

You could fix it manually, I suppose
while ($input =~ s/.?\x08//) {}
The following is NOT the same:
$input =~ s/.?\x08//g;