Difference between the variables in which chomp function work ?
No Answer is Posted For this Question
Be the First to Post Answer
What are the different string manipulation operators in perl?
Explain the arguments for perl interpreter.
What is perl push array function?
What are the advantages of programming in perl?
Name an instance where you used a CPAN module?
In CPAN module, name an instance you use.
How to create a package?
Define say() function in perl?
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 r the different type of function in perl ???
write a script to display mirror image of a entered value and also check whether Palindrome
How do I replace every TAB character in a file with a comma?