in reply to dynamic arrays
... an array which is automatically expanded to accommodate new objects if filled beyond its current size. It may also automatically deallocate some of its unused space to save memory. It has become a popular data structure in modern mainstream programming languages, supplied with most standard libraries.In Perl all arrays are dynamic, because it's built into the language. The question is how do you create static arrays in perl? ;-)
|
|---|