How to sort arrays in perl?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More CGI Perl Interview Questions

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  


Explain splicing of arrays?

0 Answers  


What is the difference between module and package?

4 Answers   EDS, IBM, Symantec,


Explain the difference between my and local?

2 Answers  


How to determine strings length in perl?

0 Answers  


Is perl a case sensitive language?

0 Answers  


Why do you program in Perl?

4 Answers  


What value is returned by a lone `return;’ statement?

0 Answers  


What is warn function in perl?

0 Answers  


In Perl, what is grep function used for?

0 Answers  


What is qq (double q)operator in perl?

0 Answers  


What are the characteristics of a project that is well suited to Perl?

1 Answers  


Categories