home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / lang / perl / 5881 < prev    next >
Encoding:
Internet Message Format  |  1992-09-11  |  589 b 

  1. Path: sparky!uunet!cs.utexas.edu!sun-barr!male.EBay.Sun.COM!jethro.Corp.Sun.COM!oogoody!tmhoff
  2. From: tmhoff@oogoody.Corp.Sun.COM (Todd Hoff)
  3. Newsgroups: comp.lang.perl
  4. Subject: Removing duplicates from an array
  5. Date: 11 Sep 1992 22:30:25 GMT
  6. Organization: Sun Microsystems, Inc.
  7. Lines: 6
  8. Distribution: world
  9. Message-ID: <lb27g1INNaef@jethro.Corp.Sun.COM>
  10. Reply-To: tmhoff@oogoody.Corp.Sun.COM
  11. NNTP-Posting-Host: oogoody.corp.sun.com
  12.  
  13.  
  14. Is there a cool way of removing duplicates from an array? I can think
  15. of several methods, it could be an option on sort, but what is the
  16. perl way?
  17.  
  18. Thanx
  19.