in reply to Re^5: regex s/// using hash
in thread regex s/// using hash

unless the effort of using our (or take care about how the RE is compiled), which is uncommon, the idea of suggesting /(\w)(?(?{$h{$1}})|($!))/$h{$1}/g; isn't working all the time.

Oha