Remove the duplicate data from @array=(“perl”,”php”,”perl”,”asp”)
No Answer is Posted For this Question
Be the First to Post Answer
What is perl shift array function?
List all the features of perl programming?
List the operator used in Perl?
How can memory be managed in Perl?
What is the importance of perl warnings?
Which has the highest precedence, List or Terms? Explain?
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
Explain the different types of data perl can handle.
What is the Common Gateway Interface?
What are some common methods to all handles in perl?
What does next statement do in perl?
What are the logical operators used for small scale operations?