How to get help for perl?


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

Post New Answer

More CGI Perl Interview Questions

How are parameters passed to subroutines in perl?

0 Answers  


What are the options that can be used to avoid logic errors in perl?

0 Answers  


Explain chomp, chop, cpan, tk.

0 Answers  


What is the main function of cookie server?

0 Answers  


How to concatenate strings in perl?

0 Answers  






What happens when you return a reference to a private variable?

0 Answers  


How to sort dates in Perl ?

1 Answers  


Can you add two arrays together?

0 Answers  


What is hash?

0 Answers  


what is CPAN?

0 Answers  


How can you create anonymous subroutines?

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