my $input = 'hello'; my $temp = 'world'; $input = join(' ', $input,$temp);