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

Explain chomp, chop, cpan, tk.

0 Answers  


How to open a directory 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  


Packing and Unpacking. Hi, I want to get output as 0x23400000345.... in the below example How to get? i tried out, but unable to get the answer $r=0x234; $t=0x345; $y=pack('L L',$t,$r); $x1=unpack('L!',pack('P',$y)); printf("\nThe value is $x1"); I didn't get constant output

1 Answers  


What is the use of strict?

0 Answers  






Define say() function in perl?

0 Answers  


What is the difference between module and package?

4 Answers   EDS, IBM, Symantec,


Write a program to download the contents from www.perlinterview.com/answers.php website in Perl.

0 Answers  


How to merge two arrays in perl?

0 Answers  


Why do you program in Perl?

4 Answers  


What is chomp() operator/function?

0 Answers  


how to connect cisco switch uisng perl script

0 Answers   ABC,


Categories