Write syntax to add two arrays together in perl?
No Answer is Posted For this Question
Be the First to Post Answer
How many types of variable in perl?
How would you replace a char in string and how do you store the number of replacements?
Explain perl.
How do I sort a hash by the hash key?
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 exactly is grooving and shortening of the array?
I have one question regarding to eval function. I know eval function is use for error checking but I am not able to understand below line. eval \'exec perl -S $0 ${1+\"$@\"}\' if 0; $0 for script name $@ set if error occur
Explain the meaning of closure in perl.
What does init 5 and init 0 do?
You want to concatenate strings with perl. How would you do that?
Explain perl. When do you use perl for programming?
What are the purpose of close(), getc() and read() functions?