in reply to late binding behavior in hash definition

I had a post about this (somewhere, I have no clue what it was called). I'd like something like:
%hash = ( a => 1, b => 2, c => $_{a}, d => $_{b}, );
Where %_ is a magically bound hash which relates specifically to the hash being defined at the moment, and undergoes run-time magic. (It's not going to happen.)

japhy -- Perl and Regex Hacker

Replies are listed 'Best First'.
(tye)Re: late binding behavior in hash definition
by tye (Sage) on Nov 22, 2000 at 20:48 UTC