What is the use of strict?
No Answer is Posted For this Question
Be the First to Post Answer
How to read a file into a hash array?
What are the logical operators used for small scale operations?
How to access parameters passed to a subroutine 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
How will you open a file in a write-only mode in perl?
Explain chomp?
What is the difference between $array[1] and @array[1]?
How to copy a file in perl?
How to close a file in perl?
how to extract pin_code,phone_number,year from text file using regular expressions in perl
What does the qq{ } operator do?
Explain goto label, goto name, and goto expr?