As long as your script output is line-based, you can useopen SCRIPT, "<code-to-execute> |" or die "script failed: $!";
to read lines as they are printed (as long as you set $| to 1 inside the script you are calling).<SCRIPT>
In reply to Re: Calling another script from Perl/Tk
by Illuminatus
in thread Calling another script from Perl/Tk
by ravishi
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |