Perl in a Nutshell

Perl in a NutshellSearch this book
Previous: Reference: SPLICEChapter 8
Standard Modules
Next: Reference: STORESIZE
 

STORE

STORE this, index, value

Stores value of a data item into index for the tied array associated with object this. If the resulting array is larger than the class's mapping for the array, undef should be returned for new positions.


Previous: Reference: SPLICEPerl in a NutshellNext: Reference: STORESIZE
Reference: SPLICEBook IndexReference: STORESIZE