What are some of the key features of objects in perl?
Explain lists and ivalue?
How and what are closures implemented in perl?
Explain strftime() function in perl?
How to access parameters passed to a subroutine in perl?
How will you access an element of a perl array?
How do find the length of an array?
Remove the duplicate data from @array=(“perl”,”php”,”perl”,”asp”)
What is the usage of -i and 0s options?
What does `$result = f() .. g()' really return?
What is a chomp() function in perl?
Which functions in perl allows you to include a module file.
Explain lexical variables.