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

cygwin.
  • Comment on Re^2: overwritten values showing in storage file

Replies are listed 'Best First'.
Re^3: overwritten values showing in storage file
by ikegami (Patriarch) on Nov 10, 2004 at 16:37 UTC

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