Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!uunet!bfmny0!tneff From: tneff@bfmny0.BFM.COM (Tom Neff) Newsgroups: comp.lang.perl Subject: Re: Artitmetic functions Message-ID: <2069019@bfmny0.BFM.COM> Date: 22 Feb 91 02:45:53 GMT References: <1991Feb20.113935.14427@pronto.mh.nl> Reply-To: tneff@bfmny0.BFM.COM (Tom Neff) Distribution: comp Lines: 15 > min(LIST) - numerically lowest of LIST > max(LIST) - numerically highest of LIST I would not restrict this to numeric context. min("def","ghi","abc","jkl") might profitably return "abc". _______________________ My opinion of Johan's suggestions in general is that Larry should implement most of them right away! They are well in keeping with the Perl "Swiss Army Guillotine" philosophy. Better to do it now, before things get cast in stone.