in reply to Re: joining string contentin thread joining string content
print join ', ', map qq/"$_"/, split ' ', $str; [download]