CGI Perl Question:

What is caller function in perl?

CGI Perl Interview Question
CGI Perl Interview Question

Answer:

print caller;


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];