Parag Kalra wrote:
Hi All,
Hello,
I have a file encoded with ISO8859_1 I wish to find and print all the characters from a certain range say between 224 and 255
print $string =~ /[\xE0-\xFF]/g; John -- Any intelligent fool can make things bigger and more complex... It takes a touch of genius - and a lot of courage to move in the opposite direction. -- Albert Einstein -- To unsubscribe, e-mail: beginners-unsubscr...@perl.org For additional commands, e-mail: beginners-h...@perl.org http://learn.perl.org/