What is caller function in perl?



What is caller function in perl?..

Answer / smita

print caller;

Is This Answer Correct ?    2 Yes 0 No

Post New Answer

More CGI Perl Interview Questions

How to deleting an existing file in perl programming?

0 Answers  


What are the advantages of programming in perl?

0 Answers  


If EXPR is an arbitrary expression, what is the difference between $Foo::{EXPR} and *{"Foo::".EXPR}?

0 Answers  


What are some common methods to all handles in perl?

0 Answers  


How do you give functions private variables that retain their values between calls?

0 Answers  


Is perl compiler or interpreter?

0 Answers  


What are the arguments and what do they mean in perl programming?

0 Answers  


How to implement a stack in Perl?

0 Answers  


How many types of operators are used in the Perl?

0 Answers  


Explain perl. What are the advantages of programming in perl?

0 Answers  


For a situation in programming, how can you determine that Perl is a suitable?

0 Answers  


How to make the following assignment, as arrayreference assignment ? my $arr_ref='[1,2,3,4,4,'elem']';

2 Answers  


Categories