- or download this
compare_things(1, '')
''
- or download this
compare_things('', '')
1
- or download this
compare_things(1, [])
''
- or download this
compare_things(1, bless{})
Died! Smart matching a non-overloaded object breaks encapsulation
- or download this
compare_things(0, '')
''
- or download this
Venus::Number->new(0)->eq('') # DMMT and DWIM
1
- or download this
Venus::Number->new(0)->tv('') # (tv) type and value equality
0
- or download this
Venus::Number->new(0)->eq(bless{}) # DMMT and DWIM
0