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