What is the purpose of goto expr statement?
No Answer is Posted For this Question
Be the First to Post Answer
How many data types are there in perl?
How will you create a file in perl?
What is the tk module?
What is the purpose of goto expr statement?
What does the’$_’ symbol mean?
What is “grep” function in perl?
Explain the default scope of variables in perl?
“The methods defined in the parent class will always override the methods defined in the base class”. What does this statement means?
what is Chop & Chomp function does?
What is subroutine 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 will you open a file in read-only mode in perl?