On Thu, 10 Sep 2015 17:42:24 +0200 "H.Merijn Brand" <h.m.brand@xs4all.nl> wrote: > $x ~~ 42 --> $x == 42 ??? > $x ~~ "foo" --> $x eq "foo" ??? I expect not. my $x = 1; $x ~~ "1.0" does what? It's this "try to guess from many possible types of match" that is deemed the core problem of toosmartforitsowngood-match in the first place. -- Paul "LeoNerd" Evans leonerd@leonerd.org.uk http://www.leonerd.org.uk/ | https://metacpan.org/author/PEVANSThread Previous | Thread Next