in reply to RE: (2) neither clever nor useful array vs. hash example (insertion order retrieval?)
in thread (code) neither clever nor useful array vs. hash example

Wish I could remember the module

Maybe Tie::IxHash?

--ZZamboni

  • Comment on RE: RE: RE: neither clever nor useful array vs. hash example

Replies are listed 'Best First'.
RE: (4) neither clever nor useful array vs. hash example (Tie::IxHash)
by ybiC (Prior) on Jul 05, 2000 at 18:57 UTC
    "Maybe Tie::IxHash?"

    Yep, that's it - thanks for the link, ZZamboni! README says it "requires: Perl Version 5.003 or later", which shoots down my off-the-cuff guess of version compatibility problem. When I get a chance, will spend a bit more time getting syntax right.