> (i.e. ordered or "associative").
A (probably futile, but one has to try) plea for
people to use "numbered" rather than "ordered".
@foo = ['England', 'France', 'Germany']; # unordered
%foo = {First => Fred', Last => 'Bloggs']; # ordered
(I'd also suggest "named" instead of the scientific "associative".)
- 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
