String Perl

$hello = "Hello";
$there = "there";
print "$hello $there.";