home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!sun-barr!west.West.Sun.COM!news2me.ebay.sun.com!jethro.Corp.Sun.COM!oogoody!tmhoff
- From: tmhoff@oogoody.Corp.Sun.COM (Todd Hoff)
- Newsgroups: comp.lang.perl
- Subject: What's the best idiom for storing keyed records?
- Date: 17 Aug 1992 23:09:09 GMT
- Organization: Sun Microsystems, Inc.
- Lines: 11
- Distribution: world
- Message-ID: <l90cclINNrjo@jethro.Corp.Sun.COM>
- Reply-To: tmhoff@oogoody.Corp.Sun.COM
- NNTP-Posting-Host: oogoody.corp.sun.com
-
-
- How in the heck do I store a list in an associative array?
- I want to store a datbase record in an array, but it seems
- an associative array only stores strings. This must be
- a common problem. I would like to see how others have solved it.
-
- I can think of creating an array for every record field, but this
- seems crude.
-
-
- Thanx
-