What is automatic error handling in perl?
How to close a directory in perl?
What are the logical operators used for small scale operations? Explain them briefly.
Explain lists ?
Explain splicing of arrays?
What are some of the key features of objects in perl?
Write a script to reverse a string without using perl's built in functions?
There are two types of eval statements i.e. Eval expr and eval block. Explain them.
What is the importance of perl warnings? How do you turn them on?
List the files in current directory sorted by size ?
Explain goto label, goto name, and goto expr?
What is eval function in perl?
What value is returned by a lone `return;’ statement?