my $txt = 'hello world'; print "$txt\n"; # prints "hello world" my $txt = 'oh noes'; print "$txt\n"; # prints "oh noes"