Explain perl. When do you use perl for programming?
How to turn on Perl warnings? Why is that important?
What package you use to create a windows services?
Where the command line arguments are stored and if you want to read command-line arguments with Perl, how would you do that?
What is goto statement in perl?
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 ?"
Is perl a case sensitive language?
What does perl do in linux?
What is stdin in perl?
There are some duplicate entries in an array and you want to remove them. How would you do that?
What does Perl do if you try to exploit the execve(2) race involving setuid scripts?
Explain goto label?
You want to empty an array. How would you do that?