Programming Languages C++ Subjective
Mar 13, 2013

Write syntax to add two arrays together in perl?

Detailed Explanation

@arrayvar = (@array1,@array2);

To accomplish the same, we can also use the push function.

Discussion (0)

No comments yet. Be the first to share your thoughts!

Share Your Thoughts
Feedback