When I update a record in my DBM file, %09 is appended at the frontside of each value. This causes a problem when I use the values as input for the defaults on an HTML form created via perlscript.
I am aware that I can simply remove the %09 (some sort of tab sequence) from each value using string operations, but how do I stop the append from happening in the first place? Thanks.