in reply to arrays in classes
Also is there a concept like dynamic array length in perl?? Thanks for the response
Arrays are dynamically resized as needed in Perl. Perl doesn't have a concept of a statically sized array (or string for that matter).