what r the different type of function in perl ???



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

Post New Answer

More CGI Perl Interview Questions

There are some duplicate entries in an array and you want to remove them. How would you do that?

0 Answers  


How to open a directory in perl?

0 Answers  


Distinguish my and local?

0 Answers  


How do I do fill_in_the_blank for each file in a directory?

0 Answers  


What are scalar data and scalar variables?

0 Answers  


you are required to replace a char in a string and store the number of replacements. How would you do that?

0 Answers  


How do I print the entire contents of an array with Perl?

0 Answers  


How to replace perl array elements?

0 Answers  


What are the options that can be used to avoid logic errors in perl?

0 Answers  


You want to download the contents of a url with perl. How would you do that?

0 Answers  


Explain the functioning of conditional structures in perl.

0 Answers  


Perl uses single or double quotes to surround a zero or more characters. Are the single(' ') or double quotes (" ") identical?

0 Answers  


Categories