Friday, 16 November 2012

What exactly is grooving and shortening of the array? | Perl Scripting Interiew Questions

You can change the number of elements in an array simply by changing the value of the last index of/in the array $#array. In fact, if you simply refer to a nonexistent element in an array perl extends the array as needed, creating new elements. It also includes new elements in its array.

No comments: