“Perl regular expressions match the longest string possible”. What is the name of this match?
No Answer is Posted For this Question
Be the First to Post Answer
write a script to display mirror image of a entered value and also check whether Palindrome
Explain chomp, chop, cpan, tk.
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 does 'do' statement do in perl?
Why do you program in Perl?
Explain what is lvalue?
What is the use of -n and -p options?
How can you create anonymous subroutines?
How do you turn on the perl warnings?
What is the difference between chop & chomp functions in perl?
10 Answers Cap Gemini, DELL, Electronic Data, TCS,
Explain splicing of arrays?
What is perl dbi?