in reply to Re^5: "Rites of Passage" wheel reinventing
in thread "Rites of Passage" wheel reinventing

Perl5 has pseudo-hashes too, and those offer fixed keys.

  • Comment on Re^6: "Rites of Passage" wheel reinventing

Replies are listed 'Best First'.
Re^7: "Rites of Passage" wheel reinventing
by hardburn (Abbot) on Feb 27, 2004 at 19:58 UTC

    Pseudo-hashes are deprecated anyway.

      Right, but the use fields; interface isn't and you can use it to create struct-like objects.