Ed Mills writes: > Is eq needed? Can't == be used for either context? > $a == 'cat' > is readily distinguishable from > $a == 2; > so the compiler should be able to determine context. if ($a == $b) Is that string comparison or numeric comparison? Nat
- Do we really need eq? Ed Mills
- Re: Do we really need eq? Nathan Torkington
- Re: Do we really need eq? Spider Boardman
- Re: Do we really need eq? Randal L. Schwartz
- ... as a term Larry Wall
- Re: ... as a term Randal L. Schwartz
- Re: ... as a term Nathan Torkington
- Re: ... as a term skud
- Re: ... as a term Damian Conway
- Re: ... as a term John Porter
- Re: ... as a term Jarkko Hietaniemi
- Re: ... as a term Damian Conway