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 |
what is perl language?
What are the different ways to run cgi?
What does file test operators do in perl?
my @array=('data1','data2'); my @array1=('data1','data2'); my ($i,$k); $i=7; $k=7; while($i){ $array [++$#array] = 'ree'; $i--; print "@array"; } while($k){ push(@array1,'ree'); $k--; print "@array1"; } Are these two while loop are doing the same functionality ? What may be the difference?
What is use of ‘->’ symbol?
how to search a unique pattern in a file by using perl hash map function ??? plz answer me
Explain splicing of arrays?
Differentiate between use and require, my and local, for and foreach and exec and system
What is the use of –w?
Create a function that is only available inside the scope where it is defined ?
How will you access an element of a perl array?
Why do you use only Perl when there a lot of more languages available in market like C, Java?