What do the symbols $ @ and % mean when prefixing a
variable?
Explain subroutine?
What is the use of -t?
What is the difference between localtime() and gmtime() functions?
Explain grooving and shortening of arrays and splicing of arrays?
What are the various advantages and disadvantages of perl?
What is a chop() function in perl?
How to turn on Perl warnings? Why is that important?
How can you call a subroutine and identify a subroutine?
What does `new $cur->{LINK}' do? (Assume the current package has no new() function of its own.)
What is epoch time in perl?
How do I do fill_in_the_blank for each file in a directory?
What is the difference between for & foreach, exec & system?