Re: multidimensional insertion order



Spin wrote:
> Abigail wrote:
> >
> > Use Tie::IxHash on the lower levels as well.
>
> I tried that but I don't know what the keys of the lower levels of the
> hash will be. When I put it in just before the loop that builds the
> hash, it gave me an error about TIESCALAR.

Oh, you got "an error"! Well then, you clearly have a problem on line
87 of the 3rd subroutine in your file.

Do you seriously not think the text of the error message might be an
important clue as to what went wrong?

Paul Lalli

.



Relevant Pages

  • Re: multidimensional insertion order
    ... Abigail wrote: ... When I put it in just before the loop that builds the hash, it gave me an error about TIESCALAR. ... Caleb ...
    (comp.lang.perl.misc)
  • Re: Suggestion for an AES Based Hash Function
    ... amateurs posting here seem to favour cyphers, I go for hash functions. ... Rather than trying to use a strong one-way compression function would ... I have used a fixed set of keys in two places. ... preferred to have the first round keys fixed and to start deriving ...
    (sci.crypt)
  • Suggestion for an AES Based Hash Function
    ... amateurs posting here seem to favour cyphers, I go for hash functions. ... Rather than trying to use a strong one-way compression function would ... The round function ... I have used a fixed set of keys in two places. ...
    (sci.crypt)
  • Re: sort unique
    ... given that a hash table is not ... IMO if the vendor's algorithm does something "obvious", ... function to eliminate keys that hash to the same bucket per some ... strings of random lengths, and two strings are ...
    (comp.lang.lisp)
  • Re: My First C# (warning - long post)
    ... defined as a COBOL structure of 8192 bytes (this is for ... Hashtables use two objects, one is a 'key' and the other a 'value'. ... but is for storing keys only. ... // Add some elements to the hash table. ...
    (comp.lang.cobol)