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