What are the various advantages and disadvantages of perl?
No Answer is Posted For this Question
Be the First to Post Answer
How do I pass a command line argument in perl?
How can we create perl programs in unix, windows nt, macintosh and os/2 ?
Which of these is a difference between Perl and C++ ?
What is the difference between localtime() and gmtime() functions?
How to open and read data files with Perl
Why to use perl?
What are the different ways to run cgi?
Explain goto label?
how to connect cisco switch uisng perl script
Define perl scripting?
Explain the meaning of subroutine?
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