in reply to Re: overwritten values showing in storage filein 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;