http://qs1969.pair.com?node_id=301721


in reply to Help with raw data.

Unfortunitally unpack and ord are not the answer. :( So I am trying to use regular expressions to match the ÂU or something like it. The problems is that it I don't know how perl sees it and looking for this \302U^K doesn't seem to work as well. Maybe my regular expressions suck. This is what I have tried:
( $line =~ m/'*(?!a-zA-Z0-9)'/) ( $line =~ m/'\\[0-9]*'/)
Neither one worked. Maybe I am doing something wrong. Any help is greatly appreciated.

Thanks,
Sam Gold