in reply to Re: arrays in classes
in thread arrays in classes

Arrays are dynamically resized as needed in Perl. Perl doesn't have a concept of a statically sized array (or string for that matter).

True laziness is hard work