in reply to varying length multi-dimensional hashes

Just for curiosity, i'd like to know what is it used for.


Also, if you want to count how many times aaaBBBccc appears, why not do $hash{'aaaBBBccc'}++?

This has no problems with common prefixes (such as those chromatic pointed out) and needs no complex data structures or pointers.

Replies are listed 'Best First'.
RE: Re: varying length multi-dimensional hashes
by b (Beadle) on Oct 04, 2000 at 23:22 UTC
    This smells like homeworks to me