Re: Seeking advice on possible module Map::Hash, etc.

2002-01-22 Thread Mark Dilger
Thank you for your reply. I believe your system works for lists. For hashes, things get complicated because equal hashes may serialize with their keys in different orders using Data::Dumper or Storable. FreezeThaw seems to work, though. So, only Map::Set and Map::Bag now seem relevant, as they

Seeking advice on possible module Map::Hash, etc.

2002-01-21 Thread Mark Dilger
my @list = some_func(); die if($seen->get(\@list)); $seen->set(\@list,1); } Map::List, Map::Hash, Map::Set, and Map::Bag all have similar interfaces. They differ in how they determine equality. Thanks for any advice, including advice on whether I should conside

Registering PAUSE

2001-08-02 Thread Mark Dilger
Title: Registering PAUSE NAME:       Mark Dilger EMAIL ADDRESS:      [EMAIL PROTECTED] HOMEPAGE:       NONE PREFERRED USER-ID:      DILGER SECONDARY PREFERRED USER-ID:        DILGERM DESCRIPTION OF CONTRIBUTION:        Class for mapping complex structures (by