in reply to Re: Calling another script from Perl/Tk
in thread Calling another script from Perl/Tk
I am sure that I am not implementing this correctly. I am assuming that I will need to do a loop of some sort to keep inserting the new lines until the script is finished. But, I am at a loss with the new code you gave me. Also, I don't know what you mean by I could use <SCRIPT>. My separate code is line-based and should only pass text. I did put a line in my called script of $| = 1;.open SCRIPT, "otherScript.pl |" or die "script failed: $!"; $resultsBox->insert('end', $SCRIPT);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Calling another script from Perl/Tk
by Illuminatus (Curate) on Oct 22, 2008 at 20:35 UTC |