Array Operations and Slices
Learn about array operations and array slices in Perl.
Array operations
Sometimes, an array is more convenient as an ordered, mutable collection of items than as a mapping of indices to values. Perl provides several operations to manipulate array elements.
Get hands-on with 1400+ tech skills courses.