Bart Lateur wrote:

> Yeah. But no cheers then. The problem still remains: you can access a
> hash in the normal way in plain code, but inside a sub, you can mainly
> only access a passed hash through a reference.
> 
> ...
> 
> Are you going to provide a simpler aliasing mechanism to turn a hash
> reference, for example as passed to a sub as an argument, back into the
> full-blown hash? Simpler (and safer) than the much frowned upon
> assignment to a tyeglob, that is.
> 
> --
>         Bart.


I don't know if I submitted an RFC to suggest the way I have been
frustrated that references as L-values don't work be rectified:


        sub TakeAHashReference{

                my \%the_hash_I_will_use_inside_this_sub = shift;
        ...



-- 
                      David Nicol 816.235.1187 [EMAIL PROTECTED]
                           Vostok lake is The Land That Time Forgot

Reply via email to