At 09:24 PM 7/13/2001 +0300, raptor wrote:
>in the case of :
>  >local *myhash = \%{$Request->{Params}};
>u do this :
>
>print $myhash{abc};
>
>so it is first clearer and second I hope much faster ....

Clearer maybe, faster probably not appreciably.

Regardless, the lexical 'symbol table' will be available to perl programs. 
How is up in the air, but I've heard proposals that the virtual package MY 
will refer to it.

We'll see, once Larry formalizes (or squashes) the idea.

                                        Dan

--------------------------------------"it's like this"-------------------
Dan Sugalski                          even samurai
[EMAIL PROTECTED]                         have teddy bears and even
                                      teddy bears get drunk

Reply via email to