Friday, 16 November 2012

Can you add two arrays together? | Perl Scripting Interiew Questions

Yes, it is possible to add two arrays together with a push function. A value or values to end of the array is added using push function. The values of list are pushed on to the end of an array using push function. Length of list is used to increase length of an array.

No comments: