On Mon, 14 May 2001 20:38:31 +0100, Graham Barr wrote:
>You forgot
>
> $bar[$foo]; # $bar is an array reference
> $bar{$foo}; # $bar is a hash reference
As to what the combined
$bar[$foo]
would mean: that depends on what $bar contains.
(Aw! That hurt!)
--
Bart.
- Re: what I meant about hungarian notation Graham Barr
- Re: what I meant about hungarian notation John Porter
- Re: what I meant about hungarian notation Graham Barr
- Re: what I meant about hungarian notation John Porter
- Re: what I meant about hungarian notation Graham Barr
- Re: what I meant about hungarian notation Me
- Re: what I meant about hungarian notation David L. Nicol
- Re: what I meant about hungarian notation Graham Barr
- Re: what I meant about hungarian notation Bart Lateur
- Re: what I meant about hungarian notation John Porter
- Re: what I meant about hungarian notation Edward Peschko
- RE: what I meant about hungarian notation David Whipp
- Re: what I meant about hungarian notation Simon Cozens
- Re: what I meant about hungarian notation John Porter
- Re: what I meant about hungarian notation Simon Cozens
- RE: what I meant about hungarian notation David Grove
- Re: what I meant about hungarian notation John Porter
- Re: what I meant about hungarian notation Simon Cozens
