You want to concatenate strings with perl. How would you do that?
Answer / Sanjeet Kumar Choudhary
In Perl, you can use the '.' operator to concatenate two or more strings. For example: "my $string1 = "Hello"; $string2 = " World"; $final_string = $string1 . $string2;"
| Is This Answer Correct ? | 0 Yes | 0 No |
What are perl array functions?
What is the difference between perl list and perl array?
what is the main function of fork() in cgi programming?
When do you use perl programming?
How will you create a file in perl?
What is perl shift array function?
What is automatic error handling in perl?
How will you declare a variable in perl?
What is the main function of cookie server?
Does Perl have objects? If yes, then does it force you to use objects? If no, then why?
Explain lists and ivalue?
How to open and read data files with Perl