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
Why should I use the -w argument with my Perl programs?
Explain the functioning of conditional structures in perl.
List the files in current directory sorted by size ?
What is the different between array and hash in perl programming?
What are stdin, stdout and stderr?
What does this symbol mean '->'?
What are perl array functions?
What is hash?
If EXPR is an arbitrary expression, what is the difference between $Foo::{EXPR} and *{"Foo::".EXPR}?
If you want to empty an array then how would you do that?
What are the various flags/arguments that can be used while executing a perl program?
Mention what is cpan?
Explain which feature of PERL provides code reusability?
Explain what is STDIN, STDOUT and STDERR?
When do you use perl programming?