in reply to Re: arrays in classesin 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).