On 2/7/06, Larry Wall <[EMAIL PROTECTED]> wrote:
>     $MY::{'x y'}
>     $MY::<x y>          # same thing
>     MY::<$x y>          # same thing

Er, aren't we obscuring the meaning of <> a little bit here?   I would
think that the following two things would be equivalent:

    $My::<x y>
    $My::{'x','y'}

Luke

Reply via email to