my $a = ''; my $str = "Hello ".$a; $a = 'Kevin'; print $str;