How to convert arrays into a string in perl?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More CGI Perl Interview Questions

Write the program to process a list of numbers.

0 Answers  


What are some common methods to all handles in perl?

0 Answers  


How to close a file in perl?

0 Answers  


You want to add two arrays together. How would you do that?

0 Answers  


What is an interpolation in perl?

0 Answers  






What purpose does each of the following serve: -w, strict, - T ?

2 Answers  


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

1 Answers  


Explain cpan?

0 Answers  


How do I replace every character in a file with a comma?

0 Answers  


How to create a directory in perl?

0 Answers  


What does 'do' statement do in perl?

0 Answers  


write a Perl script to find a particular word in a paragraph???

1 Answers  


Categories