Write a program to concatenate the $firststring and $secondstring and result of these strings should be separated by a single space.


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

Post New Answer

More CGI Perl Interview Questions

We all know private variables exist in perl. But do private METHODS exist in perl ? Eg ?

0 Answers   AppLabs,


what is the function of Return Value?

0 Answers  


what is perl language?

0 Answers  


What rules must be followed by modules in perl.

0 Answers  


Mention what is cpan?

0 Answers  






What are scalars?

0 Answers  


what are the three groups involved in information sharing?

0 Answers  


How to access parameters passed to a subroutine in perl?

0 Answers  


Explain perl. What are the advantages of programming in perl?

0 Answers  


What is perl dbi?

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?

2 Answers  


Differentiate between use and require, my and local, for and foreach and exec and system

0 Answers  


Categories