in reply to Re: Counting Data in two columns?
in thread Counting Data in two columns?
If the family names (jetsons, simpsons) are always different but elements within each of the familes may or may not match. If I want to show that:%HoA = ( flintstones => [ "fred", "barney" ], jetsons => [ "fred", "jane", "elroy" ], simpsons => [ "fred", "marge", "bart" ], );
Is this possible with this hash formation?"fred" is a name that can be found in 3 families = [flintstones, jetso +ns, simpsons] e.t.c
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^3: Counting Data in two columns?
by neniro (Priest) on Jun 15, 2006 at 14:00 UTC | |
by sdslrn123 (Novice) on Jun 16, 2006 at 21:51 UTC | |
by neniro (Priest) on Jun 16, 2006 at 22:15 UTC |