Help for this page

Select Code to Download


  1. or download this
    use Tk;
    my $mw = tkinit;
    ...
    $t->FindAll(qw/-exact -case foo/);
    $t->tagAdd('foo',$t->tagRanges('sel'));
    MainLoop;