Friday, 16 November 2012

Is there any way to add two arrays together? | Perl Scripting Interiew Questions

Of course you can add two arrays together by using push function. The push function adds a value or values to the end of an array. The push function pushes the values of list onto the end of the array. Length of an array can be increased by the length of list.

No comments: