in reply to should this backspace removal code be done better?
:-){ local $_ = "this is an\b correct usage"; s/(.[\b])//; print "$_\n"; }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: should this backspace removal code be done better?
by bart (Canon) on Oct 05, 2003 at 07:40 UTC |