String Concatation in Perl

by Geethalakshmi 2010-09-17 13:59:38

String Concatation in Perl


String values are concatenated using the period as an operator.

$string1 . "more text";
$string1 . " " . $string2;

Tagged in:

840
like
0
dislike
0
mail
flag

You must LOGIN to add comments