in reply to Re^11: Perl tk - How to integrate external scripts
in thread Perl tk - How to integrate external scripts
But in this case there is a multiple print line to see on screen and however i am unable to see even one of them. Any suggestions?my $te2= tkinit->Scrolled( q/TextUndo/,-scrollbars => 'osw', -background => 'white', -font =>'normal', -wrap => 'none',)->pack; $te2>Load( "$distrib" ); MainLoop;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^13: Perl tk - How to integrate external scripts
by Eliya (Vicar) on Feb 01, 2012 at 14:01 UTC | |
by Giorgio C (Novice) on Feb 01, 2012 at 15:14 UTC |