http://www.perlmonks.org?node_id=851109


in reply to Re: two + 2 not equal 4!
in thread two + 2 not equal 4!

So it seems the parser treats your "two" as a bareword and converts it to 0 in numeric context
No. A bareword would generate a compile error with strict. B::Deparse shows us what's going on.