Language Basics Perl

print "\nString Operators\n";  # Concatenation
print "\tTommy" . ' ' . "Savage";