Hi all,<br><br>A couple of months ago I had a need for a hash where I could &#39;hide&#39; keys from the foreach loop, but to my surprise, there seemed to be nothing of the sort on CPAN.&nbsp; In my usual re-invent-the-wheel style I wrote a class and named it &#39;Hash::Private&#39; and am considering submitting it to CPAN.&nbsp; My questions are ...
<br><br>1. Is there already something like this and I just didn&#39;t find it?<br>2. Is &#39;Hash::Private&#39; an appropriate name, considering it&#39;s a hashref and the term &#39;private&#39; is way too overloaded?<br>
<br>I did find a class that had the ability to hide keys, but the package it was a part of also included dozens of other features that I didn&#39;t need (or want).&nbsp; Unfortunately, I don&#39;t recall the name of that class.
<br><br>I&#39;ve attached the class for reference and critical review.<br><br>Thanks in advance - Ingmar<br><br>