How can you define “my” variables scope in Perl and how it is different from “local” variable scope?
No Answer is Posted For this Question
Be the First to Post Answer
Explain '->' in perl?
What does the’$_’ symbol mean?
Explain tk?
Explain perl. What are the advantages of programming in perl?
List the data types that Perl can handle?
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 use of ‘->’ symbol?
Does Perl have reference type?
Differentiate between c++ and perl.
Perl regular expressions are greedy" what does this mean?
What are perl strings?
Explain gmtime() function in perl?