Perl in a Nutshell

Perl in a NutshellSearch this book
Previous: Reference: STOREChapter 8
Standard Modules
Next: Reference: UNSHIFT
 

STORESIZE

STORESIZE this, count

Sets the total number of items in the tied array associated with object this to count. If this makes the array larger than the class's mapping for the array, then undef should be returned for new positions. If it makes the array smaller than the mapping, then entries beyond count should be deleted.


Previous: Reference: STOREPerl in a NutshellNext: Reference: UNSHIFT
Reference: STOREBook IndexReference: UNSHIFT