Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

what is perl language?

0 Answers  


What are the different ways to run cgi?

0 Answers  


What does file test operators do in perl?

0 Answers  


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?

1 Answers   A1 Technology,


What is use of ‘->’ symbol?

0 Answers  


how to search a unique pattern in a file by using perl hash map function ??? plz answer me

2 Answers  


Explain splicing of arrays?

0 Answers  


Differentiate between use and require, my and local, for and foreach and exec and system

0 Answers  


What is the use of –w?

0 Answers  


Create a function that is only available inside the scope where it is defined ?

0 Answers  


How will you access an element of a perl array?

0 Answers  


Why do you use only Perl when there a lot of more languages available in market like C, Java?

1 Answers  


Categories