CGI Perl Question:

What is caller function in perl?

Answer:

print caller;

Read All 18 CGI Perl Questions
Previous QuestionNext Question
Write a perl script to find whether a given line of text is starting and ending with same word or not?How to make the following assignment, as arrayreference assignment?

my $arr_ref=[1,2,3,4,4,elem];