in reply to running script within a script (semi-interactive)
One of the nice things about Perl scripts is that the source is (unless someone has gone out of their way to obscure it) readily available. Rather than struggling with inter process communication, driving an interactive interface and parsing the text messages out of script2, you might think about incorporating the relevant subroutines of script 2 into script 1.
|
|---|