“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
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 lists in perl?
what is the function that is used to identify how many characters are there in a string?
How can information be put into hashes?
How would you ensure the re-use and maximum readability of your perl code?
Explain a tell function in perl?
Explain goto expr?
What is perl programming?
What is the difference between $array[1] and @array[1]?
Can any1 tell me 2 write the script using perl script 2 looking at a log file 2 see wheather the test has passed or not.
Explain which feature of PERL provides code reusability?
Which statement has an initialization, condition check and increment expressions in its body? Write a syntax to use that statement.