in reply to Re: Using Map to Create AoA
in thread Using Map to Create AoA

This gives a flat structure:

$VAR1 = [ 'A', '-4', 'C', 'C', '-4', 'B', 'B', '-4', 'A', 'A', '-2', 'C', 'C', '-3', 'B' ];

Replies are listed 'Best First'.
Re^3: Using Map to Create AoA
by Dietz (Curate) on Oct 16, 2005 at 16:32 UTC
    Right!
    Sorry for untested code