What does length(%HASH) produce if you have thirty-seven random keys in a newly created hash?
No Answer is Posted For this Question
Be the First to Post Answer
What are the advantages of perl programming?
What is perl push array function?
How can arrays be tied?
What does the qq{ } operator do?
How will you declare a variable in perl?
What is use of ‘->’ symbol?
What are the features of perl language?
How do you find the length of an array?
How can you call a subroutine and identify a subroutine?
Explain the difference between my and local?
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
Why do you program in Perl?