What is 'rollback' command in perl?
No Answer is Posted For this Question
Be the First to Post Answer
How to remove a directory in perl?
Differentiate between arrays and list in perl.
You want to open and read data files with perl. How would you do that?
Explain the meaning of perl one-liner?
what are the two ways to get private values inside a subroutine or block?
what is the meaning of rigging?
What is the purpose of _package_ literal?
Explain perl. When do you use perl for programming?
Explain chop?
What is an interpolation in perl?
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
How to convert arrays into a string in perl?