in reply to Re^2: Inline substitution regex
in thread Inline substitution regex
the misconception is motivated by
It's clearly not generalisable since none of the following doesn't print 7:
print( 2 + 3 + 4 ); # 9 print( 2 || 3 + 4 ); # 2 print(0+( ($var) = 3 + 4 )); # 1
|
|---|