String Perl

$variable1 = "Hello ";
$variable2 = "there\n";
print $variable1 . $variable2;