What does redo statement do in perl?


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

Post New Answer

More CGI Perl Interview Questions

How to make the following assignment, as arrayreference assignment ? my $arr_ref='[1,2,3,4,4,'elem']';

2 Answers  


Explain chomp?

0 Answers  


How to find the length of an array in perl?

0 Answers  


How do you you check the return code of a command in perl?

0 Answers   HCL,


Define say() function in perl?

0 Answers  


What is the difference between $array[1] and @array[1]?

1 Answers  


How to prevent file truncation in perl?

0 Answers  


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

0 Answers  


Write syntax to add two arrays together in perl?

0 Answers  


What are scalars?

0 Answers  


What is the purpose of “_file_ literal” and “_line_ literal” in perl?

0 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  


Categories