http://qs321.pair.com?node_id=1034432


in reply to Tkx textbox

You need:
my $input = $mw->new_tk__text( -width => 40, -height => 5, -state => " +normal", -wrap => "none", ); my $content = $input->get("1.0", "end");