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
How to create a package?
What are different data types that perl supports. Elaborate on them.
What happens to objects lost in "unreachable" memory, such as the object returned by Ob->new() in `{ my $ap; $ap = [ Ob->new(), $ap ]; }' ?
How to concatenate strings in perl?
How to code in perl to implement the tail function in unix?
What is the difference between having a parenthesis after module name and without parenthsis after module name?? i.e Package::Module(); and Package::Module;
Why to use perl?
What is the difference between $array[1] and @array[1]?
How do find the length of an array?
What is hash?
What are scalar data and scalar variables?
Explain which feature of PERL provides code reusability?