i want to remove from a string $str a possible occurrences of characters which have ascii codes :
is it possible to use regular expressions in this case?
since such a $str =~ tr/abc//d; will remove the abc chars but the above chars have unclear forms.