P
Patrick Flaherty
Hi,
Back in 5.6.1, the following succeeded in stripping out all x1a garbage chars
from a set of files:
perl -p0777 -i.bu -e 's/\X1a+$//g' house.lis
I run the same thing under 5.8.0 and it has no effect.
Doesn't compile or puke. But doesn't remove the garbage chars either.
From what little I've read, there do appear to be noticable differences between
pre-5.8 and 5.8.+
pat
Back in 5.6.1, the following succeeded in stripping out all x1a garbage chars
from a set of files:
perl -p0777 -i.bu -e 's/\X1a+$//g' house.lis
I run the same thing under 5.8.0 and it has no effect.
Doesn't compile or puke. But doesn't remove the garbage chars either.
From what little I've read, there do appear to be noticable differences between
pre-5.8 and 5.8.+
pat