> 
> Consider the following syntax:
> 
>   my var;       # declaring a scalar
>   my array[]; # declaring an array
>   my hash{};    # declaring a hash


For the remainder of the enclosing block, the barewords var,
array and hash are to be interpreted as references to a scalar, an
array, and a hash.

As long as assignment starts doing automatic dereferencing this
will not be too tricky, it will require adding some work to C<my>
and adding more barewords to the local bareword board.

-- 
                          David Nicol 816.235.1187 [EMAIL PROTECTED]
           Laziness with responsibility http://www.tipjar.com/kcpm

Reply via email to