What is perl push array function?
Who created perl?
Assuming both a local($var) and a my($var) exist, what's the difference between ${var} and ${"var"}?
You want to print the contents of an entire array. How would you do that?
What is a chop() function in perl?
What are scalar data and scalar variables?
How will you create a file in perl?
What is the difference between use and require in perl?
How many types of operators are used in the Perl?
Differentiate between use and require, my and local, for and foreach and exec and system
Comment on data types and variables in perl.
Write a script to reverse a string without using perl's built in functions?
What are perl strings?
Explain what is the scalar data and scalar variables in Perl?
Write a program that explains the symbolic table clearly.