Language Basics Perl

$a = "Hello";
$b = "there";
$c = "$a $b\n";
print $c;