How to merge two arrays in perl?
No Answer is Posted For this Question
Be the First to Post Answer
Explain the meaning of closure in perl.
What is v-strings?
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
What is perl? What is the basic command to print a string in perl?
what is the procedure to define a user define module in your perl application?
Which operator in perl is used for the concatenation of two strings?
What does last statement do in perl?
What?s your favorite module and why?
Can we load binary extension dynamically?
Explain grooving and shortening of arrays?
What is the difference between chop & chomp functions in perl?
10 Answers Cap Gemini, DELL, Electronic Data, TCS,
Can you add two arrays together?