home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / lang / perl / 5351 < prev    next >
Encoding:
Internet Message Format  |  1992-08-17  |  784 b 

  1. Path: sparky!uunet!sun-barr!west.West.Sun.COM!news2me.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: What's the best idiom for storing keyed records?
  5. Date: 17 Aug 1992 23:09:09 GMT
  6. Organization: Sun Microsystems, Inc.
  7. Lines: 11
  8. Distribution: world
  9. Message-ID: <l90cclINNrjo@jethro.Corp.Sun.COM>
  10. Reply-To: tmhoff@oogoody.Corp.Sun.COM
  11. NNTP-Posting-Host: oogoody.corp.sun.com
  12.  
  13.  
  14. How in the heck do I store a list in an associative array?
  15. I want to store a datbase record in an array, but it seems
  16. an associative array only stores strings. This must be
  17. a common problem. I would like to see how others have solved it.
  18.  
  19. I can think of creating an array for every record field, but this
  20. seems crude.
  21.  
  22.  
  23. Thanx
  24.