bass_warrior has asked for the wisdom of the Perl Monks concerning the following question:
$string = $resultbox->get('1.0', 'end'); $printer->print($string);
$string = $resultbox->get('sel.first', 'sel.last'); $printer->print($string);
if(defined ($resBox->get('sel.first')))
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Tk::Text selection testing
by zentara (Cardinal) on Dec 03, 2004 at 20:11 UTC | |
by bass_warrior (Beadle) on Dec 06, 2004 at 16:20 UTC | |
by tall_man (Parson) on Dec 06, 2004 at 17:36 UTC | |
by bass_warrior (Beadle) on Dec 06, 2004 at 18:12 UTC |