On Wed, Feb 08, 2006 at 12:26:52AM +0000, Luke Palmer wrote:
: 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'}

Er, yeah.  My bad.

Larry

Reply via email to