Friday, 16 November 2012

How do you work with array slices. | Perl Scripting Interiew Questions

An array slice is a section of an array that acts like a list, and you indicate what elements to put into the slice by using multiple array indexes in square brackets. By specifying the range operator you can also specify a slice.

No comments: