> (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".)


Reply via email to