my($a,$b,$returnstring) = @_; i want to put $a and $b into $returnstring so that if $a= hel and $b= lo, then $returnstring= 'hello' and return $returnstring;