Dirty Luigi has asked for the wisdom of the Perl Monks concerning the following question:
I am trying to write a program with the "Tk" part of perl. I put a text box in it, and I am using code such as:
use Tk; $win = MainWindow->new; $text = $win->Text(-height => 1, -width =>6)->pack; MainLoop;
I was wondering how to get the input from what the person typed in the text box? PLEASE HELP ME!!!!!!!!!!!!!
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Tk::text input problem
by Ven'Tatsu (Deacon) on May 14, 2004 at 02:32 UTC | |
|
Re: Tk::text input problem
by Scarborough (Hermit) on May 14, 2004 at 15:04 UTC | |
|
Re: Tk::text input problem
by zentara (Cardinal) on May 14, 2004 at 15:15 UTC | |
|
Re: Tk::text input problem
by aquarium (Curate) on May 14, 2004 at 07:18 UTC |