![]() |
|
Perl-Sensitive Sunglasses | |
PerlMonks |
Re^4: Cleaning the Logby Aristotle (Chancellor) |
on Sep 03, 2002 at 01:51 UTC ( [id://194666]=note: print w/replies, xml ) | Need Help?? |
You can get rid of one more.
perl -pe's/.?\{BS\}//&&redo' file
Update: actually, you one needn't escape the curlies. Another two more.
perl -pe's/.?{BS}//&&redo' file
Makeshifts last the longest.
In Section
Seekers of Perl Wisdom
|
|