Explain perl. What are the advantages of programming in perl?
No Answer is Posted For this Question
Be the First to Post Answer
Explain arrays in perl.
What is the use of '>>' in perl?
What is eval function in perl?
what are the strategies followed for multiple form interaction in cgi programs?
List the prefix dereferencer in Perl.
Explain the meaning of closure in perl.
How to sort arrays in perl?
write a Perl script to find a particular word in a paragraph???
What are scalars?
Explain the meaning of subroutine?
How to check the status of airplane mode (enable/disable) in perl for Android mobile?
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