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

What is an interpolation in perl?

0 Answers  


What does file test operators do in perl?

0 Answers  


How to code in perl to implement the tail function in unix?

0 Answers  


How do you turn on the perl warnings?

0 Answers  


How to copy a file in perl?

0 Answers  


my @array=('data1','data2'); my @array1=('data1','data2'); my ($i,$k); $i=7; $k=7; while($i){ $array [++$#array] = 'ree'; $i--; print "@array"; } while($k){ push(@array1,'ree'); $k--; print "@array1"; } Are these two while loop are doing the same functionality ? What may be the difference?

1 Answers   A1 Technology,


How do you match one letter in the current locale?

0 Answers  


Enlist the advantages of using c over perl?

0 Answers  


How to close a directory in perl?

0 Answers  


How does polymorphism work in perl?

0 Answers  


How to create a directory in perl?

0 Answers  


What are the different types of perl operators?

0 Answers  


Categories