in reply to Re: Tied Hash to emulate double-key hash only accepts one key
in thread Tied Hash to emulate double-key hash only accepts one key

Update from the front lines: well, it seems to be working part of the time. Revelation #1:

$hash{$foo,$bar}

does not work the same as

$hash{  @mykeys{'foo','bar'}  } I'll post an additional reply if i can't get the rest of it working...