in reply to
Creating an array of structures?
Firstly, Perl doesn't have static types, which you are probably implying, like int, char, and even classes. Read perldata for more information. You may also want to check out Class::Struct.
Comment on
Re: Creating an array of structures?
In Section
Seekers of Perl Wisdom