Clachair has asked for the wisdom of the Perl Monks concerning the following question:
The Telnet session works great, but the seizure just doesn't look very professional. Any help/suggestions greatly appreciated. Clachair$Btn_1 = $Frame_1 ->Button(-text => "Get details", -command => sub{Get_Item_Details ()} ); $Btn_1 ->pack; sub Get_Item_Details () { $Label_4 -> configure(-text => "Starting Telnet . . ."); # Start TELNET dialog; $Label_4 -> configure(-text => "Sent User Name . . ."); # User Procedure; $Label_4 -> configure(-text => "Sent Password . . ."); # Password Procedure # data received is OK . . . et cetera ; #close TELNET session ; }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Perl/Tk question
by Jouke (Curate) on Apr 24, 2001 at 13:33 UTC | |
|
Re: Perl/Tk question
by TheoPetersen (Priest) on Apr 24, 2001 at 18:15 UTC | |
by Clachair (Acolyte) on Apr 24, 2001 at 21:15 UTC |