$foo = "hello"; my $x = "$foo".$y; # $y is not yet defined. $y = "world"; print $x;