in reply to Re^2: search for chr() fails
in thread search for chr() fails
many of your example lines have only one instance of that character.
Otherwise you could just use something like print ((split /\xA0/,$_)[1])
Cheers Rolf
( addicted to the Perl Programming Language)
corrected escape code
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: search for chr() fails
by tbone654 (Beadle) on May 21, 2013 at 02:09 UTC |