Explain the different types of data perl can handle.
No Answer is Posted For this Question
Be the First to Post Answer
how to connect cisco switch uisng perl script
what is Chop & Chomp function does?
How to prevent file truncation in perl?
Write a cgi program to show the header part?
There are some duplicate entries in an array and you want to remove them. How would you do that?
What is the different between array and hash in perl programming?
Which guidelines by Perl modules must be followed?
Create a function that is only available inside the scope where it is defined ?
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 goto name?
Explain perl. When do you use perl for programming?
What does next statement do in perl?