what r the different type of function in perl ???
Answer Posted / archana
http://perldoc.perl.org/index-functions.html
this page having all funtions in perl
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
Can you add two arrays together?
Why should I use the -w argument with my Perl programs?
Write a program that shows the distinction between child and parent process?
Explain the execution of a program in perl.
In Perl, there are some arguments that are used frequently. What are that arguments and what do they mean?
Assuming both a local($var) and a my($var) exist, what's the difference between ${var} and ${"var"}?
How do you set environment variables in perl?
What are stdin, stdout and stderr?
What is chomp() operator/function?
Explain what is the scalar data and scalar variables in Perl?
How to read a file into a hash array?
What does next statement do in perl?
Explain regular expression in perl?
How does polymorphism work in perl? Give an example.
Perl uses single or double quotes to surround a zero or more characters. Are the single(' ') or double quotes (" ") identical?