- or download this
$mw_text->add('Label', -text => $label_str)->pack;
- or download this
foreach $text_item (@$ref_text_array) {
chomp($text_item);
$text_str .= $text_item . "\n";
}
- or download this
$mw_text->add('Text',
-scrollbars => "e",
...
-height => 35,
-text => $text_str
)->pack();