What is the different between array and hash in perl programming?


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

Post New Answer

More CGI Perl Interview Questions

Write a simple regular expression to match an IP address, e-mail address, city-state-zipcode combination.

15 Answers  


How will you create a file in perl?

0 Answers  


What is an interpolation in perl?

0 Answers  


Mention what is cpan?

0 Answers  


What are scalars in perl?

0 Answers  






What is the difference between perl list and perl array?

0 Answers  


What is q (single q) operator in perl?

0 Answers  


What is the peculiarity of returning values by subroutines in perl?

0 Answers  


How would you trap error occurred in the perl program/file?

3 Answers   IBM,


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  


What is the use of –w?

0 Answers  


You want to add two arrays together. How would you do that?

0 Answers  


Categories