my $input = 'hello'; my $temp = 'world'; $input = $input . ' ' . $temp;