Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!swrinde!zaphod.mps.ohio-state.edu!brutus.cs.uiuc.edu!julius.cs.uiuc.edu!psuvax1!news From: schwartz@groucho.cs.psu.edu (Scott Schwartz) Newsgroups: comp.lang.perl Subject: Re: sort Message-ID: Date: 4 Sep 90 19:47:36 GMT References: <1990Sep4.160612.14542@uvaarpa.Virginia.EDU> Sender: news@cs.psu.edu (Usenet) Organization: Pennsylvania State University, computer science Lines: 17 In-Reply-To: worley@compass.com's message of 4 Sep 90 16:06:12 GMT Nntp-Posting-Host: groucho.cs.psu.edu Dale Worley writes: Call it something else, like "cmp" and "<=>" and I'll take it. I've had vague yearnings for a comparison operator for a long time. Yeah, that'd be both neat and useful. I sent a note to Larry suggesting this, but here it is again... Why not "@" for cmp? i.e. $a @ $b asks where $a is at in relation to $b. Because the @ is whitespace delimited and is looking for strings, it doesn't clash with the @array token.