#. . . other code that does unrelated stuff . . . $name = "Larry Wall"; $message = "Hello $name\n"; print $message;