On Wed, Oct 30, 2002 at 11:26:01AM -0500, Buddha Buck wrote:
> Larry Wall wrote:
> >I think we could also allow
> >
> >    @a [??] @b [::] @c
> >
> >But it's not clear whether we can parse
> >
> >    @a = [undef][...]
> 
> How would you parse:
> 
> @a = @b[[5]];
> 
> (My intent:  for @a; @b -> $x is rw; $y { $x = $y[5] }; # I think... )

If I wanted to do that, I'd try 

@a [=] @b[5];

I have no idea what

@a = @b[[5]]; 

should do.

andrew
-- 
Sagittarius: (Nov. 22 - Dec. 21)
It's all over but the shouting, but don't worry: It's going to be
great shouting.

Reply via email to