http://www.perlmonks.org?node_id=1061774


in reply to Re^2: How to use Tk::Text->SetCursor (INDICES/INDEX)
in thread How to use Tk::Text->SetCursor

You buy it dinner first?

my $line = 3; my $char = 0; $text->SetCursor( "$line.$char" ); $text->SetCursor( "3.0" );