in reply to arrays in classes

Also is there a concept like dynamic array length in perl?? Thanks for the response

Replies are listed 'Best First'.
Re^2: arrays in classes
by GrandFather (Saint) on Jun 09, 2011 at 03:32 UTC

    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