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
What is the difference between perl array and perl hash?
What is the syntax used in Perl grep function?
What elements of the Perl language could you use to structure your code to allow for maximum re-use and maximum readability?
Why aren't Perl's patterns regular expressions?
What is the difference between use and require in perl programming?
Difference between the variables in which chomp function work ?
How to create a directory in perl?
What is the difference between module and package?
Try pattern matching for the following: 1) 10.111.23.11 2) /root/abc/cde/fgg/ac.xml --> Get file name without extention. 3) /root/abc/ac.xml/fgg/ac.xml --> Get file name without extention. 4) What does "DIE" meant in PERL? 5) chomp 6) "This is saturday" --> Print the weekday number. 7) 11-2-2009 --> Print the name of the month. 8) Reverse the string without using func in C.
Explain the functioning of conditional structures in perl.
How do I debug a perl program?
What is the purpose of _package_ literal?