Help for this page

Select Code to Download


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