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 |
There are some duplicate entries in an array and you want to remove them. How would you do that?
How to open a directory in perl?
Distinguish my and local?
How do I do fill_in_the_blank for each file in a directory?
What are scalar data and scalar variables?
you are required to replace a char in a string and store the number of replacements. How would you do that?
How do I print the entire contents of an array with Perl?
How to replace perl array elements?
What are the options that can be used to avoid logic errors in perl?
You want to download the contents of a url with perl. How would you do that?
Explain the functioning of conditional structures in perl.
Perl uses single or double quotes to surround a zero or more characters. Are the single(' ') or double quotes (" ") identical?