What is cpan in perl?
What elements of the Perl language could you use to structure your code to allow for maximum re-use and maximum readability?
Explain lists in perl?
What are the arguments and what do they mean in perl programming?
Differentiate between c++ and perl.
Define print() function in perl?
What can be done for efficient parameter passing in perl?
How to do comment in perl?
What does `new $cur->{LINK}' do? (Assume the current package has no new() function of its own.)
Which feature of perl provides code reusability?
Explain subroutine in perl?
Which functions in Perl allows you to include a module file or a module and what is the difference between them?
What is the difference between having a parenthesis after module name and without parenthsis after module name?? i.e Package::Module(); and Package::Module;