How do you give functions private variables that retain their values between calls?
No Answer is Posted For this Question
Be the First to Post Answer
What is hash?
Explain splicing of arrays?
What are the features of perl language?
How does polymorphism work in perl?
What are the options that can be used to avoid logic errors in perl?
Explain the difference between die and exit in perl?
What does redo statement do in perl?
Can inheritance be used in perl?
What is a chomp() function 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
Write a program that explains the symbolic table clearly.
How to sort dates in Perl ?