On Mon, May 14, 2001 at 03:58:31PM -0400, John Porter wrote:
> Graham Barr wrote:
> > As I said in another mail, consider
> >   $bar[$foo];
> >   $bar{$foo};
> 
> But if @bar is known to be one kind of array or
> the other, where is the ambiguosity that that is
> meant to avoid?

I did not say it was avoiding ambuguity, I said it helped
with readability when $foo held something like "1.2"

But I really think this thread is going no where.

Is there REALLY a benefit in changing things to use only []
or is this change for the sake of change.

And rememeber this is still perl, so why change something unless
it gains extra benefit.

Graham.

Reply via email to