in reply to Re: Behaving appropriately based on ref() result
in thread Behaving appropriately based on ref() result

Except that it (Scalar::Util::reftype()) can't tell a regexp from a ref to a scalar.

---
$world=~s/war/peace/g

  • Comment on Re^2: Behaving appropriately based on ref() result