$str = "hello"; print "$str"; $str = "hai"; print "\r$str";