in reply to Re^5: Problem with DBM hash of anonymous arrays
in thread Problem with DBM hash of anonymous arrays

Ah, cheers. I think I have it straight in my head now :-) I can get it to work with an ordinary hash table now, just not the DBM hash! Always problems!
  • Comment on Re^6: Problem with DBM hash of anonymous arrays

Replies are listed 'Best First'.
Re^7: Problem with DBM hash of anonymous arrays
by Joost (Canon) on May 17, 2005 at 14:15 UTC
      It looks like you're right - thanks! If only I knew how to implement it with DBM::Deep. Hopefully I'll pick it up fairly quickly...