- or download this
$sublable->insert( 'end', $_ ) for @contents ;
- or download this
$sublable->insert( 'end', join('',@contents) );
- or download this
$sublable->insert( 'end', @contents );
- or download this
$text->insert(index, chars, ?tagList, chars, tagList, ...?)