what r the different type of function in perl ???
Answer / archana
http://perldoc.perl.org/index-functions.html
this page having all funtions in perl
| Is This Answer Correct ? | 3 Yes | 2 No |
Explain the various characteristics of perl.
How can information be put into hashes?
What is hash?
How would you replace a char in string and how do you store the number of replacements?
What does the command "use strict" do and why should you use it?
Difference between Perl and Mod_perl?
What is cpan ? What are the modules coming under this?
What are some of the key features of objects in perl?
What are the advantages of perl programming?
How to make the following assignment, as arrayreference assignment ? my $arr_ref='[1,2,3,4,4,'elem']';
How to determine strings length in perl?
Why do you use Perl?