home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / lang / perl / 5379 < prev    next >
Encoding:
Text File  |  1992-08-18  |  1.0 KB  |  30 lines

  1. Newsgroups: comp.lang.perl
  2. Path: sparky!uunet!mcsun!sunic!corax.udac.uu.se!irfu.se!jhd
  3. From: jhd@irfu.se (Jan D.)
  4. Subject: Re: What's the best idiom for storing keyed records?
  5. Message-ID: <1992Aug19.072146.11994@irfu.se>
  6. Date: Wed, 19 Aug 1992 07:21:46 GMT
  7. References: <l90cclINNrjo@jethro.Corp.Sun.COM> <1992Aug19.004516.12825@news.eng.convex.com>
  8. Organization: Swedish Institute of Space Physics, Uppsala, Sweden
  9. Lines: 19
  10.  
  11. In FAQ 17 tchrist@convex.COM (Tom Christiansen) writes:
  12. >
  13. >17) How can I make an array of arrays or other recursive data types?
  14. >
  15.     [stuff deleted]
  16. >
  17. >    You could take a look at recurse.pl package posted by Felix Lee
  18. >    <flee@cs.psu.edu>, which lets you simulate vectors and tables (lists and
  19. >    associative arrays) by using type glob references and some pretty serious
  20. >    wizardry.
  21.  
  22. Anybody know where this can be found?
  23.  
  24. >    is the name of that person's parent.  Make sure you remember that
  25. >    $parent{'adam'} is 'adam'. :-) With a little care, this approach can
  26. >
  27. $parent{'adam'} is 'god' and $parent{'god'} is 'god', no? :-)
  28.  
  29.     Jan D.
  30.