Path: utzoo!utgpu!watserv1!watmath!att!pacbell!pacbell.com!mips!sdd.hp.com!usc!snorkelwacker!bloom-beacon!eru!hagbard!sunic!bmc.uu.se!kuling!jand From: jand@kuling.UUCP (Jan Dj{rv) Newsgroups: comp.lang.perl Subject: Re: sort Message-ID: <1633@kuling.UUCP> Date: 2 Sep 90 13:23:29 GMT References: <9337@jpl-devvax.JPL.NASA.GOV> Reply-To: jand@kuling.UUCP (Jan Dj{rv) Organization: Dept. of Computer Systems, Uppsala University, Sweden Lines: 12 Larry Wall writes: > I just had the weirdest thought. The ne and != operators should maybe > return -1 or +1 when the operands aren't equal. > No, no, please don't do that. It would be very confusing if != and ! == didn't mean the same thing. It would probably break old programs as well. Besides, such a feature would only be useful in sort sub's (right ?) and it isn't that hard to write them correctly. Jan D.