How does polymorphism work in perl? Give an example.
Write a program to download the contents from www.perlinterview.com/answers.php website in Perl.
What's the difference between /^Foo/s and /^Foo/?
How to determine strings length in perl?
Write a cgi program to show the header part?
Comment on array slicing and range operator
What are scalars?
Distinguish my and local?
Explain about the applications of perl?
You want to open and read data files with perl. How would you do that?
What does `new $cur->{LINK}' do? (Assume the current package has no new() function of its own.)
What syntax is used for grep() function?
You want to empty an array. How would you do that?
What is perl pop array function?
Write syntax to add two arrays together in perl?