What is q (single q) operator in perl?
No Answer is Posted For this Question
Be the First to Post Answer
Explain perl. When do you use perl for programming?
Give an example of using the -n and -p option.
How to do comment in perl?
What is the difference between localtime() and gmtime() functions?
What is eval function in perl?
Does Perl have reference type?
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
What is the purpose of redo statement?
Why -w argument is used with perl programs?
How do you turn on the perl warnings?
Why does Perl not have overloaded functions?
List all the features of perl programming?