Explain lists ?
What rules must be followed by modules in perl.
Where the command line arguments are stored and if you want to read command-line arguments with Perl, how would you do that?
What does last statement do in perl?
What happens in dereferencing?
What is the difference between single (') and double (") quote in a string in perl?
What are the purpose of close(), getc() and read() functions?
How do you debug a Perl scripting ( at the compile time error or run time error) in Unix environment ?
Explain chomp?
What is the use of strict?
How to turn on Perl warnings? Why is that important?
How to code in perl to implement the tail function in unix?
What is the purpose of redo statement?