in reply to Re: Valid values of Tk::Text see() function.
in thread Valid values of Tk::Text see() function.
I wonder whether you're really doing what the OP wanted to. After all you're just hard coding the line number...#my $line_number = qq($t->index('insert')); #? my $line_number = '21.0'; print $line_number,"\n";
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Valid values of Tk::Text see() function.
by JamesNC (Chaplain) on Jul 30, 2004 at 16:27 UTC | |
by Anonymous Monk on Jul 30, 2004 at 16:49 UTC | |
by sandfly (Beadle) on Aug 01, 2004 at 21:45 UTC |