How to read a single line from a file in perl?
No Answer is Posted For this Question
Be the First to Post Answer
Write a program that explains the symbolic table clearly.
What is perl? What is the basic command to print a string in perl?
Differences between die and exit.
What are the advantages of c over Perl?
Write a cgi program to show the header part?
What can be done for efficient parameter passing in perl? Explain.
Which functions in perl allows you to include a module file.
What are the options that can be used to avoid logic errors in perl?
how to get back up from private character editor which is saved in the format of .udf
Can you add two arrays together?
How do I pass a command line argument 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