What is the use of strict?
No Answer is Posted For this Question
Be the First to Post Answer
What is boolean context?
When would you not use Perl for a project?
What are prefix dereferencer?
How to read multi lines from a file in perl?
What are perl variables?
What are the steps involved when the cgi program starts running?
What are the functions that can be performed using cgi program?
Why should I use the -w argument with my Perl programs?
When does circular reference occur?
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 '->' in perl?
How can information be put into hashes?