$x = 123;; $y = '123';; print $x | 'fred';; Argument "fred" isn't numeric in bitwise or (|) at (eval 8) 123 print $y | 'fred';; wrwd