On Friday 15 April 2005 3:06 am, Larry Wall wrote:
> Do you mean the behavior of
>
>     "%hash<key>"  ":key<value>"
>
> or
>
>     %hash< a $key_b c >  :key< a $value_b c >
>
Thanks. I meant the latter (I got the former right), and that's what I 
thought. I'm still not sure exactly how to get it to work, I'll look at it 
tomorrow.

>     %hash<< a $key_b c >>  :key<< a $value_b c >>
>     %hash« a $key_b c »    :key« a $value_b c »
Just to be certain, these are both equivalent to 

 @hash{'a', $key_b, 'c'} key => ['a', $value_b, 'c']

in Perl 5, right?
-- 
-Roie
v2sw6+7CPhw5ln5pr4/6$ck2ma8+9u7/8LSw2l6Fi2e2+8t4TNDSb8/4Aen4+7g5Za22p7/8
[ http://www.hackerkey.com ]

Reply via email to