What is perl push array function?



What is perl push array function?..

Answer / Abhishek Kumar Singh

In Perl, 'push' is a built-in function used to add one or more elements to the end of an array. The syntax is: push @array, value.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More CGI Perl Interview Questions

How many types of operators are used in the Perl?

1 Answers  


What is the difference between perl array and perl hash?

1 Answers  


Explain the meaning of subroutine?

1 Answers  


How do you turn on the perl warnings?

1 Answers  


Which operator in perl is used for the concatenation of two strings?

1 Answers  


What does read () command do?

1 Answers  


How can you create anonymous subroutines?

1 Answers  


What are the advantages of programming in perl?

1 Answers  


How and what are closures implemented in perl?

1 Answers  


What does the qq{ } operator do?

1 Answers  


How do you debug a Perl scripting ( at the compile time error or run time error) in Unix environment ?

4 Answers  


How do I sort a hash by the hash value?

1 Answers  


Categories