in reply to Re: Hash of array of hash access
in thread Hash of array of hash access

Sorry for not being clear. sauoq is correct, I would like to check if the particular $connection is already in the array before pushing.

A recent change in the code brings some duplicate connections in. While this is technically correct, when displaying the results (the code I'm working on), I want just a single entry per unique connection.

Ransom