@a = ('this', 'that', 'the other', 'the last thing'); $tmpstring=join(',',@a); $string = "I know about " . $tmpstring . "."; print $string;