What are the functions that can be performed using cgi program?
No Answer is Posted For this Question
Be the First to Post Answer
Explain grooving and shortening of arrays?
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
Why do you use Perl?
Elaborate on perl bite-wise operators.
Suppose an array contains @arraycontent=(‘ab’, ‘cd’, ‘ef’, ‘gh’). How to print all the contents of the given array?
What are the advantages and disadvantages of perl language?
Explain the meaning of closure in perl.
Differentiate between arrays and list in perl.
Hi, I am a accountant. I am preparing a balance sheet but because of staff shortage and time pressures I cant complete it on time. There is lot of common data with last years which I need not retype and I can manage by editing last year’s balance sheet ? Is their any software on net where I can do this easily??
How to read a file into a hash array?
How will you access an element of a perl array?
What is the importance of perl warnings? How do you turn them on?