Answer Posted / smita
print caller;
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is a chop() function in perl?
How will you declare a variable in perl?
What are the various file operations in perl. Explain with example.
What are the purpose of close(), getc() and read() functions?
What value is returned by a lone `return;’ statement?
How to read a single line from a file in perl?
What happens when you return a reference to a private variable?
How to disable the mod_perl from apache_server as i have used perlfect search on the site and its pagination is not working and the remedy is to disable the mod_perl.
what is the function of Return Value?
How does a “grep” function perform?
How will you get the count of parameters passed to a perl subroutine?
What are the two ways to get private values inside a subroutine?
How to get help for perl?
You want to connect to sql server through perl. How would you do that?
What is boolean context?