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

Post New Answer

More CGI Perl Interview Questions

What are the advantages of perl programming?

0 Answers  


What is perl push array function?

0 Answers  


How can arrays be tied?

0 Answers  


What does the qq{ } operator do?

0 Answers  


How will you declare a variable in perl?

0 Answers  






What is use of ‘->’ symbol?

0 Answers  


What are the features of perl language?

0 Answers  


How do you find the length of an array?

0 Answers  


How can you call a subroutine and identify a subroutine?

0 Answers  


Explain the difference between my and local?

2 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  


Why do you program in Perl?

4 Answers  


Categories