Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
the text prints as follows:open FILE,"</test"; for(<FILE>){ $Text .= "$_\x012"; } close FILE; $Inputfield = $W2->AddTextfield( -name => "input", -left => 5, -top => 1, -text => "$Text", -width => 280, -height => 170, -foreground => [0,0,0], -background => [255,255,255], -tabstop => 1, -multiline => 1, -wrap=>1 );
instead of:this is only a testthis is only a testthis is only a test
Any ideas why? Thank you in advance.this is only a test this is only a test this is only a test
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Win32::Gui Textarea question
by halley (Prior) on May 14, 2003 at 03:06 UTC | |
by Anonymous Monk on May 14, 2003 at 13:20 UTC | |
|
Re: Win32::Gui Textarea question
by The Mad Hatter (Priest) on May 14, 2003 at 00:45 UTC | |
by hv (Prior) on May 14, 2003 at 02:36 UTC | |
|
Re: Win32::Gui Textarea question
by Anonymous Monk on May 14, 2003 at 01:47 UTC |