Can you add two arrays together?
Answer / Abhilash Singh
"my @array1 = (1, 2, 3); my @array2 = (4, 5, 6); my @merged = (@array1, @array2);"
| Is This Answer Correct ? | 0 Yes | 0 No |
How to access parameters passed to a subroutine in perl?
How to dereference a reference?
Explain lists in perl?
What are the arguments and what do they mean in perl programming?
Write a program to download the contents from www.perlinterview.com/answers.php website in Perl.
How can you create anonymous subroutines?
Explain the difference between "my" and "local" variable scope declarations. ?
write a Perl script to find a particular word in a paragraph???
Explain USE and REQUIREMENT statements?
Write a program to decode the data in the form using cgi programming
What is the function of virtual documents in cgi programs?
There is no strict data types in perl unlike in other high level languages like Java so wouldn't that be a problem if a code in perl is to be a written by a big team of 20+ members ?"