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 |
How will you open a file in a write-only mode in perl?
Why to use perl scripting?
What are different data types that perl supports. Elaborate on them.
Explain subroutine?
What happens in dereferencing?
You want to concatenate strings with perl. How would you do that?
What value is returned by a lone `return;’ statement?
i have a folder called 'error' and in that, i have error log files which are generated by the build, now i want to findout the string 'error' from each log file and that error has to be copied into the another file called 'analysis'. how do you do this in perl?
what is the procedure to define a user define module in your perl application?
What are the different instances used in cgi overhead?
How does a “grep” function perform?
How to find the length of an array in perl?