in reply to Re: How to Iterate to Identify Concurrent Users (trees, merge)
in thread How to Iterate to Identify Concurrent Users

tye,
Since Perl doesn't have that, you could certainly find a module that implements hashes with sorted keys and use that...

I wrote Tie::Hash::Sorted as a result of someone at this site wanting a sorted hash. It was written with every effort at optimizations a monk with a little over a year of perl under his belt could muster.

Cheers - L~R

  • Comment on Re^2: How to Iterate to Identify Concurrent Users (trees, merge)