Simon Cozens wrote:
Hi. I'm about to write a module which presents an array in sorted order;
$a[0] will always be the "least" element by some comparator. Miraculously,
there doesn't seem to be such a beast on CPAN already.

Is Tie::Array::Sorted a reasonable name for it, or would another one be more
obvious?


Sounds like a set/multiset/bag structure.


<http://search.cpan.org/search?query=Set&mode=all>

Regards,
Randy.




Reply via email to