What is a chop() function in perl?
No Answer is Posted For this Question
Be the First to Post Answer
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 do you mean by context of a subroutine?
Explain grooving and shortening of arrays?
What is goto statement in perl?
Distinguish my and local?
Explain socket programming in perl?
Explain what is perl language?
What is the difference between perl list and perl array?
Explain the use of 'my' keyword in perl?
What does init 5 and init 0 do?
How to print escaping characters inside a string in perl?
What are the purpose of close(), getc() and read() functions?