Write syntax to add two arrays together in perl?
No Answer is Posted For this Question
Be the First to Post Answer
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 future opportunities in PERL/LINUX after 3 years ??
What is the use of -t?
Explain the difference between my and local?
What is epoch time in perl?
Which web site will help the student to download the Java mini Project ?
Which has highest precedence in between list and terms? Explain?
Why should I use the -w argument with my Perl programs?
How to merge two arrays in perl?
Explain the meaning of perl one-liner?
What do the symbols $ @ and % mean when prefixing a variable?
Explain chomp?