![]() |
|
Perl Monk, Perl Meditation | |
PerlMonks |
Answer: How do I make an array of hashes?by chromatic (Archbishop) |
on Mar 31, 2000 at 00:42 UTC ( #6552=categorized answer: print w/replies, xml ) | Need Help?? |
Q&A > Data Structures > How do I make an array of hashes? - Answer contributed by chromatic
You can also use normal array operations (such as push) to modify an array: See perlman:perldsc for more information.
|
|