my @array; my %hash = ( name => "Me", address => "Right here" ); push @array, \%hash; # etc etc etc print $array[2]->{ 'name' }; # prints name from the 3rd hash in the a +rray.
In reply to Re: which data structure and how?
by Masem
in thread which data structure and how?
by malaga
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |