in reply to Quickie Question: RegEx matching problem
You probably don't have use strict enabled and you have your test value in double quotes so the $o is being interpolated silently into an empty string.