isn't showing the string starting at line 5 char col 10 and is instead printing at the first line first col. Thank you in anticipation.use Tkx; $mw=Tkx::widget->new("."); $text = $mw->new_tk__text(); $text->g_pack( -expand => 1, -fill => 'both', ); $text->insert("5.10", "testing"); Tkx::MainLoop();
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |