ckant8 has asked for the wisdom of the Perl Monks concerning the following question:
I want the output in multi line and in a neat format. Please some one help me in this.$telnet->print('version'); @output = $telne +t->waitfor('/#.*$/i'); @output1=split(/\n/,$ou +tput[0]); $main->AddTextfield(-text => @output1, -pos => [ 10, 250 ], -size => +[ 400, 900], -font => $font, -foreground => [0, 0, 250], );
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Win32::GUI textfield printing array values
by dasgar (Priest) on Feb 27, 2013 at 05:54 UTC | |
by ckant8 (Acolyte) on Feb 27, 2013 at 06:19 UTC | |
|
Re: Win32::GUI textfield printing array values
by Anonymous Monk on Feb 27, 2013 at 11:21 UTC |